-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 816 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "chuckrincon/lumen-config-discover",
"description": "Load your Lumen configuration files with ease using the Service Providers.",
"keywords": ["framework", "laravel", "lumen", "config", "service provider"],
"license": "MIT",
"homepage": "https://github.com/chuckrincon/lumen-config-discover",
"support": {
"issues": "https://github.com/chuckrincon/lumen-config-discover/issues",
"source": "https://github.com/chuckrincon/lumen-config-discover"
},
"authors": [
{
"name": "Chuck Rincon",
"email": "[email protected]"
}
],
"require": {},
"autoload": {
"psr-4": {
"Chuckrincon\\LumenConfigDiscover\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}