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