Skip to content

Commit e7635f2

Browse files
committed
Try fixing phpunit error after installing with composer --prefer-lowest
1 parent 34508ef commit e7635f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"require-dev": {
3737
"friendsofcake/cakephp-test-utilities": "^3.0",
3838
"markstory/asset_compress": "^5.0",
39-
"phpunit/phpunit": "^10.1 || ^11.0"
39+
"phpunit/phpunit": "^10.5.5 || ^11.1.3"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)