This commit is contained in:
2023-10-02 23:10:49 +03:00
commit c6cb488379
255 changed files with 18731 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"name": "lexx27/lucent",
"type": "project",
"description": "Lucent cms",
"keywords": [
"framework",
"laravel"
],
"bin": [
"bin/lucent-serve"
],
"license": "MIT",
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"intervention/image": "^2.7",
"phpoption/phpoption": "^1.9",
"spatie/image-optimizer": "^1.6",
"staudenmeir/laravel-cte": "^1.0",
"ext-pdo": "*"
},
"require-dev": {
"phpstan/phpstan": "^1.8"
},
"autoload": {
"psr-4": {
"src\\": "lucent/"
},
"files": [
"src/Response.php",
"src/macros.php",
"src/Schema/Functions.php",
"src/File/Uploader.php"
]
},
"minimum-stability": "stable",
"prefer-stable": true
}