From f15ef36fd1a9bbfd5f15de43da33cdd1daf2a20d Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 29 Apr 2022 12:10:22 +0200 Subject: [PATCH] =?UTF-8?q?:heavy=5Fminus=5Fsign:=20N=C2=B04284=20Composer?= =?UTF-8?q?=20libs=20:=20remove=20symfony/polyfill-php70=20Though=20it=20i?= =?UTF-8?q?s=20still=20downloaded=20because=20asked=20by=20symfony=20frame?= =?UTF-8?q?work,=20but=20as=20we=20don't=20need=20it=20in=20our=20code=20n?= =?UTF-8?q?o=20need=20to=20specify=20it=20here=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 86f6d1e6a..0b574dbc6 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "symfony/console": "~3.4.47", "symfony/dotenv": "~3.4.47", "symfony/framework-bundle": "~3.4.47", - "symfony/polyfill-php70": "1.*", "symfony/twig-bundle": "~3.4.47", "symfony/yaml": "~3.4.47", "twig/twig": "~1.42.5"