{ "name": "six-shop/wechatpay", "description": "微信支付", "type": "sixshop-extension", "keywords": [ "sixshop", "thinkphp" ], "require": { "php": ">=8.3", "six-shop/payment": ">=0.2.3 <1.0", "six-shop/core": ">=0.6.4 <1.0", "six-shop/wechat": ">=0.1.1 <1.0", "wechatpay/wechatpay": "^1.4.12" }, "authors": [ { "name": "hui he", "email": "runphp@qq.com" } ], "license": "MIT", "autoload": { "psr-4": { "SixShop\\WechatPay\\": "src" } }, "extra": { "sixshop": { "id": "wechatpay", "class": "SixShop\\WechatPay\\Extension" } } }