From b91e8155add16b99e582ff76e20e72aae6bb0774 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Jan 2022 15:32:12 +0100 Subject: update to 2.3.5 add build dependency on symfony/cache ignore 1 failed test with 8.1, FTBFS #2046815 --- composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 1fdf4a4..a154ef8 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", + "symfony/cache": "^4.4. || ^5.3", "symfony/process": "^3.4||^4.0||^5.0", "symfony/yaml": "^3.4||^4.0||^5.0" }, -- cgit