init: Initial commit

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2025-07-21 18:16:46 -04:00
parent 36ad73e869
commit ac5fe0d095
14 changed files with 129 additions and 51 deletions

8
composer.json Normal file
View File

@@ -0,0 +1,8 @@
{
"autoload": {
"psr-4": {"${REPO_NAME_PASCAL}\\": "."}
},
"require": {
"ext-curl": "*"
}
}