2 Star 2 Fork 0

yansongda / laravel-notification-wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
yansongda 提交于 2017-11-22 22:05 . init
{
"name": "yansongda/laravel-notification-wechat",
"description": "Laravel Wechat Notifications Driver",
"keywords": ["laravel", "wechat", "notification", "template"],
"support": {
"issues": "https://github.com/yansongda/laravel-notification-wechat/issues",
"source": "https://github.com/yansongda/laravel-notification-wechat"
},
"authors": [
{
"name": "yansongda",
"email": "me@yansongda.cn"
}
],
"require": {
"php": ">=5.6",
"illuminate/notifications": "5.3.* || 5.4.* || 5.5.*",
"illuminate/support": "^5.1",
"yansongda/supports": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"autoload": {
"psr-4": {
"Yansongda\\LaravelNotificationWechat\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Yansongda\\LaravelNotificationWechat\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"Yansongda\\LaravelNotificationWechat\\WechatServiceProvider"
]
}
},
"license": "MIT"
}
PHP
1
https://gitee.com/yansongda/laravel-notification-wechat.git
git@gitee.com:yansongda/laravel-notification-wechat.git
yansongda
laravel-notification-wechat
laravel-notification-wechat
master

搜索帮助