provider
This commit is contained in:
+10
-6
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user