Merge pull request #3388 from GrahamForks/faker

Add faker to require-dev
This commit is contained in:
Taylor Otwell 2015-05-25 08:43:36 -05:00
commit d68b5b883f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"laravel/framework": "5.1.*" "laravel/framework": "5.1.*"
}, },
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1" "phpspec/phpspec": "~2.1"