summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-27 15:32:12 +0100
committerRemi Collet <remi@php.net>2022-01-27 15:32:12 +0100
commitb91e8155add16b99e582ff76e20e72aae6bb0774 (patch)
tree02e4c9e49700dfa84ef8b3c9726ac0bcc7391064 /composer.json
parent7bc7e307e28c5b9ce97c9c80f01e7c9a1c62e11d (diff)
update to 2.3.5HEADmaster
add build dependency on symfony/cache ignore 1 failed test with 8.1, FTBFS #2046815
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
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"
},