2015-09-23 03:49:46 +03:00
|
|
|
{
|
2015-09-23 03:54:59 +03:00
|
|
|
"name": "wn/lumen-generators",
|
|
|
|
"description": "A collection of generators for Lumen and Laravel 5.",
|
2015-09-23 03:49:46 +03:00
|
|
|
"keywords": ["lumen", "laravel", "rest", "api", "generators"],
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Amine Ben hammou",
|
|
|
|
"email": "webneat@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2015-09-24 04:23:21 +03:00
|
|
|
"php": ">=5.5.0",
|
2015-09-23 04:39:13 +03:00
|
|
|
"illuminate/console": "^5.1",
|
|
|
|
"illuminate/filesystem": "^5.1"
|
2015-09-23 03:49:46 +03:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Wn\\Generators\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|