Add faker to require-dev

This commit is contained in:
Pásztor Gábor 2016-01-28 09:24:46 +01:00
parent 6828094252
commit 9fc2aa42b6
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
"laravel/framework": "5.1.*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"phpunit/phpunit": "~4.0",
"phpunit/phpunit-selenium": ">=1.2"
},