added composer

This commit is contained in:
2025-03-04 16:03:17 -07:00
parent 5ff7b55e54
commit b453739630
3 changed files with 499 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "quaxlyqueen/vintagecoding.net",
"description": "A blog and tutorial site.",
"type": "project",
"autoload": {
"psr-4": {
"Quaxlyqueen\\VintagecodingNet\\": "src/"
}
},
"authors": [
{
"name": "Josh Ashton",
"email": "me@joshashton.dev"
}
],
"require": {
"vlucas/phpdotenv": "^5.6"
}
}