{ "name": "zoujingli/wechat-developer", "description": "Multi-platform developer SDK for WeChat and Alipay.", "type": "library", "license": "MIT", "homepage": "https://github.com/zoujingli/WeChatDeveloper", "keywords": [ "wechat", "wechat-payment", "alipay", "sdk", "php" ], "authors": [ { "name": "Anyon", "email": "zoujingli@qq.com" } ], "require": { "php": ">=8.1", "ext-json": "*", "ext-openssl": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^7.0", "psr/simple-cache": "^3.0" }, "require-dev": { "phpunit/phpunit": "^10.5 || ^11.5" }, "autoload": { "psr-4": { "We\\": "src/" } }, "autoload-dev": { "psr-4": { "We\\Tests\\": "tests/" } }, "scripts": { "test": "@php vendor/bin/phpunit -c phpunit.xml" }, "minimum-stability": "dev", "prefer-stable": true }