Skip to content

Commit

Permalink
Try fixing phpunit error after installing with composer --prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 13, 2024
1 parent 34508ef commit e7635f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"require-dev": {
"friendsofcake/cakephp-test-utilities": "^3.0",
"markstory/asset_compress": "^5.0",
"phpunit/phpunit": "^10.1 || ^11.0"
"phpunit/phpunit": "^10.5.5 || ^11.1.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e7635f2

Please sign in to comment.