build:更新依赖PHP版本到>=7.2.5

This commit is contained in:
妙码生花 2022-09-13 17:59:39 +08:00
parent e349e9b2ac
commit 95e0b6579a

View File

@ -20,20 +20,19 @@
}
],
"require": {
"php": ">=7.1.0",
"php": ">=7.2.5",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"ext-mysqli": "*",
"topthink/think-throttle": "^1.3",
"phpmailer/phpmailer": "^6.6",
"overtrue/wechat": "^4.6",
"w7corp/easywechat": "^4.6",
"nelexa/zip": "^3.3",
"ext-bcmath": "*",
"ext-json": "*",
"ext-iconv": "*",
"ext-gd": "*",
"ext-calendar": "*"
"ext-gd": "*"
},
"require-dev": {
"symfony/var-dumper": "^4.2",