From 1ae669a8ec833f2784228f96f8fdba804257f4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Sun, 12 Feb 2023 12:22:34 -0300 Subject: [PATCH] Remove PHP 8.0 polyfill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] Signed-off-by: MaurĂ­cio Meneghini Fauth --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 237646dc06..31ee89adf5 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,6 @@ "symfony/expression-language": "^5.2.3", "symfony/polyfill-ctype": "^1.17.0", "symfony/polyfill-mbstring": "^1.17.0", - "symfony/polyfill-php80": "^1.16", "twig/twig": "^3.3.5", "webmozart/assert": "^1.10", "williamdes/mariadb-mysql-kbs": "^1.2"