Skip to content

Commit df80891

Browse files
committed
Allow PHPUnit 11.
1 parent 16e2a2d commit df80891

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
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"cakephp/cakephp-codesniffer": "^5.0",
30-
"phpunit/phpunit": "^10.2"
30+
"phpunit/phpunit": "^10.2 || ^11.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)