Initial Commit

This commit is contained in:
Owen Rummage
2025-07-29 17:44:43 -05:00
commit 6653bc5e47
13 changed files with 525 additions and 0 deletions

8
composer.json Normal file
View File

@@ -0,0 +1,8 @@
{
"require": {
"latte/latte": "^3.0",
"flightphp/core": "^3.17",
"vlucas/phpdotenv": "^5.6",
"gabordemooij/redbean": "^5.7"
}
}