Skip to content

Commit d0b1472

Browse files
committed
Allow phpunit 11 to install on PHP 8.2
1 parent 19236db commit d0b1472

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
},
1212
"require-dev": {
1313
"friendsofphp/php-cs-fixer": "^3.75",
14-
"phpunit/phpunit": "^12.0",
14+
"phpunit/phpunit": "^11 || ^12",
1515
"vimeo/psalm": "^6.12"
1616
},
1717
"minimum-stability": "dev",

0 commit comments

Comments
 (0)