From 385f217b96fc29510467d5b147b437e90fc31966 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Sat, 17 Dec 2022 16:29:28 +0800 Subject: [PATCH] remove symfony/polyfill-php80 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 776d67bd..02a7c2a1 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "symfony/console": "^6.0", "symfony/polyfill-ctype": "^1.19", "symfony/polyfill-mbstring": "^1.19", - "symfony/polyfill-php80": "^1.16", "symfony/routing": "~6.0 || ~5.0 || ~4.0" }, "require-dev": {