Browse Source

修正支持版本, 重整版本支持策略

dongasai 2 years ago
parent
commit
c9398f8c24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -12,7 +12,7 @@
         }
     ],
     "require": {
-        "php": "~8.0|~8.1",
+        "php": "~7.4|~8.0|~8.1",
         "laravel/framework": "~9.0|~10.0",
         "spatie/eloquent-sortable": "3.*|4.*",
         "doctrine/dbal": "^2.6|^3.0"