refering the package locally from lumen-test

This commit is contained in:
Amine Ben hammou 2017-01-18 13:33:35 +00:00
parent 6e7d3fbf95
commit 93856362b7

View File

@ -13,12 +13,12 @@
"phpunit/phpunit": "~4.0",
"fzaninotto/faker": "~1.0",
"phpspec/phpspec": "2.0.0",
"codeception/codeception": "2.0.0",
"wn/lumen-generators": "dev-bugfixes"
"codeception/codeception": "2.0.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"Wn\\Generators\\": "../src/"
},
"classmap": [
"database/"