Commit 1f4bf240 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4131 from crynobone/patch-1

Laravel 5.4 explicitly require phpunit 5.7.0+
parents 1306ff25 926f53bc
...@@ -12,7 +12,7 @@ ...@@ -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": [
......
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