You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
329 B
18 lines
329 B
{
|
|
"name": "kuange/qqconnect",
|
|
"description": "qqconnect package",
|
|
"authors": [
|
|
{
|
|
"name": "申法宽",
|
|
"email": "sfk@live.cn"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"kuange\\qqconnect\\": "/"
|
|
}
|
|
}
|
|
}
|
|
|