mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
[提交]上传项目配置文件
This commit is contained in:
parent
c40c16e525
commit
c531c74a65
22
composer.json
Normal file
22
composer.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"type": "library",
|
||||||
|
"name": "zoujingli/WeChatDeveloper",
|
||||||
|
"homepage": "https://github.com/zoujingli/WeChatDeveloper",
|
||||||
|
"description": "WeChat development of SDK",
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"wechat",
|
||||||
|
"alipay",
|
||||||
|
"wxpay"
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.3",
|
||||||
|
"ext-curl": "*",
|
||||||
|
"ext-openssl": "*"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Wechat\\": "./Wechat"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user