Updated PHPUnit to work with version 6.0 required by Laravel 5.5

This commit is contained in:
Rob Gloudemans
2017-09-02 10:22:02 +02:00
parent ef3c23a275
commit 711a514c67
3 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpunit/phpunit": "~5.0|~6.0",
"mockery/mockery": "~0.9.0",
"orchestra/testbench": "~3.1"
},