mirror of
https://gh.llkk.cc/https://github.com/CaptainCore/captaincore-manager.git
synced 2025-10-03 14:04:44 +08:00
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CaptainCore\\": "app/"
|
|
}
|
|
},
|
|
"config": {
|
|
"platform-check": false,
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"require": {
|
|
"kriswallsmith/buzz": "^1.0",
|
|
"badcow/dns": "^4.2",
|
|
"spomky-labs/otphp": "^11.1"
|
|
}
|
|
}
|