Commit 2de87283 authored by Remi Collin's avatar Remi Collin

Accept both phpunit 6.0/7.0 to allow composer to require latest Orchestra/TestBench version

parent 3ffd3041
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"mongodb/mongodb": "^1.0.0" "mongodb/mongodb": "^1.0.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.0", "phpunit/phpunit": "^6.0|^7.0",
"orchestra/testbench": "^3.1", "orchestra/testbench": "^3.1",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"satooshi/php-coveralls": "^2.0", "satooshi/php-coveralls": "^2.0",
......
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