소스 검색

chore(deps): 更新 composer 依赖版本

- 将 PHP 版本要求从 >=8.3 提升至 >=8.4
- 将 six-shop/core 依赖从 >=0.6 <1.0 更新至 ^1.0.0
- 保持 phpspreadsheet 依赖版本不变
- 调整 redeem-code 模块中依赖声明顺序
runphp 3 달 전
부모
커밋
7331df2e90
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -10,8 +10,8 @@
     "用户积分"
   ],
   "require": {
-    "php": ">=8.3",
-    "six-shop/core": ">=0.6 <1.0"
+    "php": ">=8.4",
+    "six-shop/core": "^1.0.0"
   },
   "authors": [
     {