123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "type": "library",
- "name": "zoujingli/wechat-developer-kentwangit",
- "homepage": "https://github.com/kentwangit/WeChatDeveloper",
- "description": "WeChat platform and WeChat payment development tools",
- "license": "MIT",
- "authors": [
- {
- "name": "Anyon",
- "email": "zoujingli@qq.com",
- "homepage": "https://thinkadmin.top"
- }
- ],
- "keywords": [
- "WePay",
- "AliPay",
- "WeMini",
- "WeChat",
- "WeChatPay",
- "WeChatDeveloper"
- ],
- "require": {
- "php": ">=5.4",
- "ext-xml": "*",
- "ext-json": "*",
- "ext-curl": "*",
- "ext-bcmath": "*",
- "ext-libxml": "*",
- "ext-openssl": "*",
- "ext-mbstring": "*",
- "ext-simplexml": "*"
- },
- "autoload": {
- "classmap": [
- "We.php"
- ],
- "psr-4": {
- "WePay\\": "WePay",
- "WeChat\\": "WeChat",
- "WeMini\\": "WeMini",
- "AliPay\\": "AliPay",
- "WePayV3\\": "WePayV3"
- }
- }
- }
|