Skip to content

Commit dc012f0

Browse files
committed
Allow PHPUnit ^6 || ^7 || ^8 in composer.json
1 parent 50fb0a8 commit dc012f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=7",
22-
"phpunit/phpunit": "8.4.x-dev",
22+
"phpunit/phpunit": "^6 || ^7 || ^8",
2323
"php-mock/php-mock-integration": "^2"
2424
},
2525
"archive": {

0 commit comments

Comments
 (0)