mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
fix: 限定最低 php 版本为 5.5
This commit is contained in:
parent
c102bfa331
commit
ec0d96e2e1
@ -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