Merge pull request #4131 from crynobone/patch-1

Laravel 5.4 explicitly require phpunit 5.7.0+
This commit is contained in:
Taylor Otwell 2017-01-31 19:25:16 -06:00 committed by GitHub
commit 1f4bf240a6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.0" "phpunit/phpunit": "~5.7"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [