Skip to content

Commit 96e71fe

Browse files
committed
Add support for phpunit 9.5+ to enable coverage reporting for PHP 8.1
1 parent 0d5c35d commit 96e71fe

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
@@ -23,7 +23,7 @@
2323
"doctrine/annotations": "^1.13"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^8.5.28",
26+
"phpunit/phpunit": "^8.5.28 | ^9.5",
2727
"mouf/picotainer": "^1.1",
2828
"phpstan/phpstan": "^1.8.2",
2929
"php-coveralls/php-coveralls": "^2.1.0",

0 commit comments

Comments
 (0)