all
Some checks failed
Publish Docker Image / build-and-push (push) Failing after 2m13s

This commit is contained in:
Sam Kintop
2026-04-30 09:44:02 -05:00
parent 0a30837e3d
commit bf3870ccca
111 changed files with 8383 additions and 0 deletions

28
composer.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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/"
}
}
}