From 9040937376690a50d030fc31164ac09570569310 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 3 Jun 2023 09:24:43 +0200 Subject: [PATCH] Stick with PHPUnit 10.1 until API tests coverage is fixed --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 98916e26..2f5ae894 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.2", "phpunit/php-code-coverage": "^10.0", - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "~10.1.0", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.3.0", "shlinkio/shlink-test-utils": "^3.6",