mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 01:42:45 +08:00
fix: 降低 PHP 版本限制为 5.4
This commit is contained in:
parent
868d6dcb7f
commit
65c3dca0fd
@ -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"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user