first commit

This commit is contained in:
2026-03-13 23:33:08 +01:00
commit 9ef71d5289
872 changed files with 57265 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "root/www",
"type": "project",
"autoload": {
"psr-4": {
"Root\\Www\\": "src/"
}
},
"require": {
"twig/twig": "^3.23",
"phpmailer/phpmailer": "^7.0"
}
}