Skip to content

Commit 3a57999

Browse files
committed
add support to PHPUnit 7.5.x
1 parent 2d10012 commit 3a57999

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^7.2|^8.0",
1313
"psr/log": "^1.0|^2.0|^3.0",
14-
"phpunit/phpunit": "^8.0|^9.0"
14+
"phpunit/phpunit": "^7.5|^8.0|^9.0"
1515
},
1616
"require-dev": {
1717
"monolog/monolog": "^2.0",

0 commit comments

Comments
 (0)