Skip to content

Commit c73fe31

Browse files
committed
Fix phpunit at admin/framework/composer.json
1 parent 2206005 commit c73fe31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"kint-php/kint": "^5.0.4",
2424
"mikey179/vfsstream": "^1.6",
2525
"nexusphp/cs-config": "^3.6",
26-
"phpunit/phpunit": "^10.5.16",
26+
"phpunit/phpunit": "^10.5.16 || ^11.2",
2727
"predis/predis": "^1.1 || ^2.0"
2828
},
2929
"suggest": {

0 commit comments

Comments
 (0)