{ "name": "w7corp/easywechat", "description": "微信SDK", "keywords": [ "easywechat", "wechat", "weixin", "weixin-sdk", "sdk" ], "license": "MIT", "authors": [ { "name": "overtrue", "email": "anzhengchao@gmail.com" } ], "require": { "php": ">=8.0.2", "ext-fileinfo": "*", "ext-openssl": "*", "ext-simplexml": "*", "ext-libxml": "*", "ext-curl": "*", "nyholm/psr7": "^1.5", "nyholm/psr7-server": "^1.0", "overtrue/socialite": "^3.5.4|^4.0.1", "psr/simple-cache": "^1.0|^2.0|^3.0", "psr/http-client": "^1.0", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/http-foundation": "^5.4|^6.0|^7.0", "symfony/psr-http-message-bridge": "^2.1.2|^6.4.0|^7.1", "symfony/http-client": "^5.4|^6.0|^7.0", "symfony/mime": "^5.4|^6.0|^7.0", "symfony/polyfill-php81": "^1.25", "thenorthmemory/xml": "^1.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.4.4", "phpstan/phpstan": "^1.0 | ^2", "phpunit/phpunit": "^9.5", "symfony/var-dumper": "^5.2|^6|^7", "jetbrains/phpstorm-attributes": "^1.0", "laravel/pint": "^1.2" }, "autoload": { "psr-4": { "EasyWeChat\\": "src/" } }, "autoload-dev": { "psr-4": { "EasyWeChat\\Tests\\": "tests/" } }, "scripts": { "post-merge": "composer install", "phpstan": "phpstan analyse --memory-limit=-1", "check-style": "vendor/bin/pint --test", "fix-style": "vendor/bin/pint", "test": "phpunit --colors" }, "conflict": { "overtrue/wechat": "*" }, "config": { "allow-plugins": { "composer/package-versions-deprecated": true, "php-http/discovery": true } } }