This commit is contained in:
2023-10-02 23:47:01 +03:00
parent c6cb488379
commit 215d238505
4 changed files with 14 additions and 10 deletions
+10 -6
View File
@@ -1,11 +1,7 @@
{
"name": "lexx27/lucent",
"type": "project",
"type": "library",
"description": "Lucent cms",
"keywords": [
"framework",
"laravel"
],
"bin": [
"bin/lucent-serve"
],
@@ -24,7 +20,7 @@
},
"autoload": {
"psr-4": {
"src\\": "lucent/"
"Lucent\\": "src/"
},
"files": [
"src/Response.php",
@@ -33,6 +29,14 @@
"src/File/Uploader.php"
]
},
"extra": {
"laravel": {
"providers": [
"Lucent\\LucentServiceProvider"
]
}
},
"minimum-stability": "stable",
"prefer-stable": true
}