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/Bundle/FrameworkBundle/composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Symfony/Bundle/FrameworkBundle/composer.json') diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index efa69d2..ba276ab 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -25,6 +25,7 @@ "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", "symfony/filesystem": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/routing": "^4.4.12|^5.1.4" -- cgit