1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Move Faker to require-dev section

- Fixes #940 and resolves #940
- Move Faker to dev section of composer.json
This commit is contained in:
Holger Lösken 2016-07-02 21:31:51 +02:00
parent ff911888ec
commit 9e18ecec8e

View File

@ -73,7 +73,6 @@
"omnipay/braintree": "~2.0@dev",
"gatepay/FedACHdir": "dev-master@dev",
"websight/l5-google-cloud-storage": "^1.0",
"fzaninotto/faker": "^1.5",
"wepay/php-sdk": "^0.2",
"collizo4sky/omnipay-wepay": "dev-additional-calls"
},
@ -84,7 +83,8 @@
"codeception/c3": "~2.0",
"symfony/dom-crawler": "~3.0",
"barryvdh/laravel-ide-helper": "~2.2",
"barryvdh/laravel-debugbar": "~2.2"
"barryvdh/laravel-debugbar": "~2.2",
"fzaninotto/faker": "^1.5"
},
"autoload": {
"classmap": [