Quellcode durchsuchen

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 vor 3 Monaten
Ursprung
Commit
a7f85b680b
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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": [
     {