Skip to content

Commit 1a8a3d9

Browse files
authored
Allow PHPUnit 11 (#1002)
1 parent 1716a97 commit 1a8a3d9

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
@@ -16,7 +16,7 @@
1616
"friendsofphp/php-cs-fixer": "^3.61.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.6.4 || ^10.5.29"
19+
"phpunit/phpunit": "^9.6.22 || 10.5.45 || ^11.5.7"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)