29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"name": "aternos/mclogs",
|
|
"description": "Paste, share and analyse Minecraft logs",
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Neid",
|
|
"email": "matthias@aternos.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.5",
|
|
"ext-frankenphp": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mongodb": "*",
|
|
"ext-uri": "*",
|
|
"ext-zlib": "*",
|
|
"aternos/codex-hytale": "^2.0",
|
|
"aternos/codex-minecraft": "^5.0.1",
|
|
"aternos/sherlock": "^1.0.2",
|
|
"mongodb/mongodb": "2.1.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aternos\\Mclogs\\": "src/"
|
|
}
|
|
}
|
|
}
|