composer.json
586 字节
{
"name": "easywechat/card",
"description": "card module for EasyWeChat SDK.",
"keywords": ["wechat", "weixin", "SDK", "card", "easywechat"],
"license": "MIT",
"authors": [
{
"name": "wangniuniu",
"email": "1098484600@qq.com"
}
],
"autoload": {
"psr-4": {
"EasyWeChat\\Card\\": "."
}
},
"minimum-stability":"dev",
"require-dev": {
"phpunit/phpunit": "4.8.*",
"mockery/mockery": "^1.0@dev"
},
"require": {
"easywechat/core" : "dev-master"
}
}