20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|