lumen-generators/composer.json

24 lines
565 B
JSON
Raw Normal View History

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",
2015-10-21 01:34:10 +03:00
"illuminate/filesystem": "^5.1",
"fzaninotto/faker": "^1.5"
2015-09-23 03:49:46 +03:00
},
"autoload": {
"psr-4": {
"Wn\\Generators\\": "src/"
}
}
}