mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
fix: 限定最低 php 版本为 5.5
This commit is contained in:
parent
c102bfa331
commit
868d6dcb7f
@ -19,7 +19,7 @@
|
|||||||
"WeChatDeveloper"
|
"WeChatDeveloper"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4",
|
"php": ">=5.5",
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user