This commit is contained in:
2026-01-11 19:39:55 +01:00
commit c1042c9cde
98 changed files with 9086 additions and 0 deletions

10
composer.json Executable file
View File

@@ -0,0 +1,10 @@
{
"autoload": {
"psr-4": {
"RomhackPlaza\\": "src/"
}
},
"require": {
"vlucas/phpdotenv": "^5.6"
}
}