{ "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": { "friendsofphp/php-cs-fixer": "^3.75", "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^10.5 || ^11.5" }, "autoload": { "psr-4": { "We\\": "src/" } }, "autoload-dev": { "psr-4": { "We\\Tests\\": "tests/" } }, "scripts": { "analyse": "@phpstan", "cs:check": "@php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --dry-run --diff", "cs:fix": "@php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php", "phpstan": "@php vendor/bin/phpstan analyse -c phpstan.neon", "test": "@php vendor/bin/phpunit -c phpunit.xml" }, "prefer-stable": true }