Skip to content

Commit ca425ae

Browse files
committed
Increase minimal phpunit version to make working tests with PHP 8.1 and lowest deps
1 parent 9b0053c commit ca425ae

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.4.1",
26+
"phpunit/phpunit": "^8.5.28",
2727
"mouf/picotainer": "^1.1",
2828
"phpstan/phpstan": "^1.8.2",
2929
"php-coveralls/php-coveralls": "^2.1.0",

0 commit comments

Comments
 (0)