refactor: move all HTTP-Website code into www subdirectory
Some checks failed
/ phplint (push) Failing after 4s

This commit is contained in:
David Bailey 2023-10-19 21:54:37 +02:00
parent 502ddd1ad9
commit 5bcba0b689
25 changed files with 33 additions and 67 deletions

7
www/composer.json Normal file
View file

@ -0,0 +1,7 @@
{
"require": {
"twig/twig": "^3.0",
"twig/markdown-extra": "^3.6",
"league/commonmark": "^2.4"
}
}