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/Form/composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Symfony/Component/Form/composer.json') diff --git a/src/Symfony/Component/Form/composer.json b/src/Symfony/Component/Form/composer.json index 1231b90..8f09a36 100644 --- a/src/Symfony/Component/Form/composer.json +++ b/src/Symfony/Component/Form/composer.json @@ -22,6 +22,7 @@ "symfony/options-resolver": "~4.3|^5.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^3.4.40|^4.4.8|^5.0.8", "symfony/service-contracts": "^1.1|^2" }, -- cgit