From 65c3dca0fd94fe7b856b47187cb69f6b80f9b250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 4 Aug 2024 23:09:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=8D=E4=BD=8E=20PHP=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=99=90=E5=88=B6=E4=B8=BA=205.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 301ae87..d0ba6f0 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "WeChatDeveloper" ], "require": { - "php": ">=5.5", + "php": ">=5.4", "ext-xml": "*", "ext-json": "*", "ext-curl": "*", @@ -30,6 +30,9 @@ "ext-simplexml": "*" }, "autoload": { + "file": [ + "helper.php" + ], "classmap": [ "We.php" ],