Browse Source

chore(deps): 升级多个包的PHP版本和核心依赖

- 将PHP版本要求从>=8.3升级到>=8.4
- 将six-shop/core依赖
runphp 3 months ago
parent
commit
2c30aeee23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -7,8 +7,8 @@
     "thinkphp"
   ],
   "require": {
-    "php": ">=8.3",
-    "six-shop/core": ">=0.4 <1.0",
+    "php": ">=8.4",
+    "six-shop/core": "^v1.0.0",
     "firebase/php-jwt": "^6.11.1",
     "ramsey/uuid": "^4.9.0"
   },