From e7635f24bc057e9d478071769445915124a71a76 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 13 Dec 2024 18:12:54 +0530 Subject: [PATCH] Try fixing phpunit error after installing with composer --prefer-lowest --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cdf3704..bfa7dce 100644 --- a/composer.json +++ b/composer.json @@ -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": {