Browse Source

<fix>(require)修改依赖库版本

高露 1 year ago
parent
commit
bb1a480386
1 changed files with 4 additions and 4 deletions
  1. 4 4
      composer.json

+ 4 - 4
composer.json

@@ -24,11 +24,11 @@
         "php": ">=7.2",
         "hyperf/framework": "^2.1",
         "hyperf/di": "^2.1",
-        "hyperf/http-server":  "~2.1.0",
-        "hyperf/db-connection": "~2.1.0",
-        "hyperf/validation": "~2.1.0",
+        "hyperf/http-server":  "^2.1",
+        "hyperf/db-connection": "^2.1",
+        "hyperf/validation": "^2.1",
         "96qbhy/hyperf-auth": "^2.3",
-        "hyperf/redis": "~2.1.0",
+        "hyperf/redis": "^2.1",
         "ext-pdo": "*",
       "ext-json": "*",
       "ext-redis": "*"