Laravel 5.4 explicitly require phpunit 5.7.0+

As demonstrated in laravel/framework#17699 it is possible to have phpunit being installed with a lower than `5.7.0`, which doesn't work at all on 5.4 due to the changes with PHPUnit namespaced class.
This commit is contained in:
Mior Muhammad Zaki 2017-02-01 09:04:07 +08:00 committed by GitHub
parent 1306ff2583
commit 926f53bcc0
1 changed files with 1 additions and 1 deletions

View File

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