Initial commit

This commit is contained in:
2024-06-01 22:48:57 +02:00
commit ff60e91c55
11 changed files with 1198 additions and 0 deletions

12
composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"require": {
"php": "^8.1",
"filp/whoops": "^2.9",
"wohali/oauth2-discord-new": "^1.1"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}