mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-26 05:55:28 +03:00
refering the package locally from lumen-test
This commit is contained in:
parent
6e7d3fbf95
commit
93856362b7
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user