php 版本依赖修改为大于等于 7.2

pull/411/head
F4nniu 2022-06-23 00:31:19 +08:00
parent c3bdbbf779
commit ae11381309
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.1.0",
"php": ">=7.2.0",
"topthink/framework": "dev-master",
"topthink/think-captcha": "^1.0",
"topthink/think-installer": "^1.0.14",