Commit 926f53bc authored by Mior Muhammad Zaki's avatar Mior Muhammad Zaki Committed by GitHub

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.
parent 1306ff25
......@@ -12,7 +12,7 @@
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.0"
"phpunit/phpunit": "~5.7"
},
"autoload": {
"classmap": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment