Skip to content

Commit bb84d59

Browse files
committed
Updated composer.json to allow PHPUnit 8
1 parent a728a0e commit bb84d59

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
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=7",
22-
"phpunit/phpunit": "^6 || ^7",
22+
"phpunit/phpunit": "^6 || ^7 || ^8",
2323
"php-mock/php-mock-integration": "^2"
2424
},
2525
"archive": {

0 commit comments

Comments
 (0)