From f1a125ee456c3686c15a6ad947bacaa6da5211f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 29 Feb 2024 15:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8D=8F=E8=AE=AE=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index bf62db4..7cb056e 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,11 @@ { + + "config": { + + "platform-check": false + + }, + "require": { "qiniu/php-sdk": "^7.12" }