浏览代码

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

F4nniu 3 年之前
父节点
当前提交
ae11381309
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -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",