소스 검색

chore(deps): 更新微信支付相关依赖版本

- 将 six-shop/payment 依赖版本从 >=0.2.3 <1.0 更新至 ^1.0.0
- 将 six-shop/wechat 依赖版本从 >=0.1.1 <1.0 更新至 ^1.0.0
- 将 wechatpay/wechatpay 依赖版本从 ^1.4.12 更新至 ^1.0.0
runphp 3 달 전
부모
커밋
a7f85b680b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -8,9 +8,9 @@
   ],
   "require": {
     "php": ">=8.4",
-    "six-shop/payment": ">=0.2.3 <1.0",
-    "six-shop/wechat": ">=0.1.1 <1.0",
-    "wechatpay/wechatpay": "^1.4.12"
+    "six-shop/payment": "^1.0.0",
+    "six-shop/wechat": "^1.0.0",
+    "wechatpay/wechatpay": "^1.0.0"
   },
   "authors": [
     {