mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-27 06:25: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",
|
"phpunit/phpunit": "~4.0",
|
||||||
"fzaninotto/faker": "~1.0",
|
"fzaninotto/faker": "~1.0",
|
||||||
"phpspec/phpspec": "2.0.0",
|
"phpspec/phpspec": "2.0.0",
|
||||||
"codeception/codeception": "2.0.0",
|
"codeception/codeception": "2.0.0"
|
||||||
"wn/lumen-generators": "dev-bugfixes"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/"
|
"App\\": "app/",
|
||||||
|
"Wn\\Generators\\": "../src/"
|
||||||
},
|
},
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"database/"
|
"database/"
|
||||||
|
Loading…
Reference in New Issue
Block a user