Skip to content

Commit 2de8728

Browse files
committed
Accept both phpunit 6.0/7.0 to allow composer to require latest Orchestra/TestBench version
1 parent 3ffd304 commit 2de8728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mongodb/mongodb": "^1.0.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^6.0",
21+
"phpunit/phpunit": "^6.0|^7.0",
2222
"orchestra/testbench": "^3.1",
2323
"mockery/mockery": "^1.0",
2424
"satooshi/php-coveralls": "^2.0",

0 commit comments

Comments
 (0)