From a5b473956de88a05e69e46cd136fa9bde27f5aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 6 Apr 2023 17:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/composer.json b/composer.json index 5583fd2a..30f5f2ee 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,15 @@ "ext-pcntl": "*", "ext-sockets": "*" }, + "replace": { + "symfony/polyfill-apcu": "*", + "symfony/polyfill-php80": "*", + "symfony/polyfill-mbstring": "*", + "symfony/polyfill-ctype": "*", + "symfony/polyfill-php73": "*", + "symfony/polyfill-php72": "*", + "symfony/polyfill-php81": "*" + }, "autoload": { "psr-4": { "Kiri\\": "kiri-engine/",