mirror of
https://github.com/zhamao-robot/go-cqhttp-adapter-plugin.git
synced 2026-03-17 20:24:51 +08:00
16 lines
281 B
JSON
16 lines
281 B
JSON
|
|
{
|
||
|
|
"name": "zhamao/go-cqhttp-adapter-plugin",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"GocqAdapter\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "~8.0 || ~8.1"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"zhamao/framework": "dev-main"
|
||
|
|
},
|
||
|
|
"minimum-stability": "dev"
|
||
|
|
}
|