From acd7873483409ffd0602c21da46ba8f736b800e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Jul 2021 07:36:54 +0200 Subject: update to 4.4.28 all components now require symfony/polyfill-php80 --- src/Symfony/Component/Translation/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Symfony/Component/Translation/composer.json') diff --git a/src/Symfony/Component/Translation/composer.json b/src/Symfony/Component/Translation/composer.json index fbc0846..9eafc1b 100644 --- a/src/Symfony/Component/Translation/composer.json +++ b/src/Symfony/Component/Translation/composer.json @@ -18,6 +18,7 @@ "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^1.1.6|^2" }, "require-dev": { @@ -29,7 +30,7 @@ "symfony/service-contracts": "^1.1.2|^2", "symfony/yaml": "^3.4|^4.0|^5.0", "symfony/finder": "~2.8|~3.0|~4.0|^5.0", - "psr/log": "~1.0" + "psr/log": "^1|^2|^3" }, "conflict": { "symfony/config": "<3.4", -- cgit