| 1234567891011121314151617181920212223242526 |
- {
- "name": "easywechat/support",
- "description": "support module for EasyWeChat SDK.",
- "keywords": ["wechat", "weixin", "SDK", "support", "easywechat"],
- "license": "MIT",
- "authors": [
- {
- "name": "overtrue",
- "email": "anzhengchao@gmail.com"
- }
- ],
- "autoload": {
- "psr-4": {
- "EasyWeChat\\Support\\": "."
- }
- },
- "minimum-stability":"dev",
- "require-dev": {
- "phpunit/phpunit": "*",
- "mockery/mockery": "^1.0@dev"
- },
- "require": {
- "monolog/monolog": "1.*",
- "ext-SimpleXML": "*"
- }
- }
|