You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
618 B
26 lines
618 B
{
|
|
"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": "*"
|
|
}
|
|
}
|
|
|