You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
36
vendor/wechat/composer.json
vendored
Executable file
36
vendor/wechat/composer.json
vendored
Executable file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "china-wangyu/wechat",
|
||||
"description": "wechat PHP 微信 微信授权 微信用户信息 微信token 微信模板 微信自定义菜单生产 微信JDK 微信关键字回复 微信模板消息发送",
|
||||
"keywords": [
|
||||
"wechat",
|
||||
"performance",
|
||||
"php"
|
||||
],
|
||||
"homepage": "https://gitee.com/china_wangyu/wechat",
|
||||
"license": "MIT",
|
||||
"type": "library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "china-wangyu",
|
||||
"email": "china-wangyu@aliyun.com",
|
||||
"homepage": "https://gitee.com/china_wangyu/wechat",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require":{
|
||||
"PHP" : ">= 7.0.0"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WeChat\\Core\\": "src/WeChat/Core",
|
||||
"WeChat\\Extend\\": "src/WeChat/Extend"
|
||||
}
|
||||
},
|
||||
"repositories": {
|
||||
"packagist": {
|
||||
"type": "composer",
|
||||
"url": "https://packagist.phpcomposer.com"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user