Skip to content

Commit

Permalink
fix: 降低 PHP 版本限制为 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 4, 2024
1 parent 868d6dc commit 65c3dca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"WeChatDeveloper"
],
"require": {
"php": ">=5.5",
"php": ">=5.4",
"ext-xml": "*",
"ext-json": "*",
"ext-curl": "*",
Expand All @@ -30,6 +30,9 @@
"ext-simplexml": "*"
},
"autoload": {
"file": [
"helper.php"
],
"classmap": [
"We.php"
],
Expand Down

0 comments on commit 65c3dca

Please sign in to comment.