mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-10 16:45:34 +00:00
33 lines
698 B
JSON
33 lines
698 B
JSON
{
|
|
"name": "easywechat/broadcast",
|
|
"description": "broadcast module for EasyWeChat SDK.",
|
|
"keywords": [
|
|
"wechat",
|
|
"weixin",
|
|
"SDK",
|
|
"broadcast",
|
|
"easywechat"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "overtrue",
|
|
"email": "anzhengchao@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EasyWeChat\\Broadcast\\": "."
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.*",
|
|
"mockery/mockery": "^1.0@dev"
|
|
},
|
|
"require": {
|
|
"easywechat/core": "dev-master",
|
|
"easywechat/message": "dev-master"
|
|
}
|
|
}
|