Files
vintagecoding.net/composer.json
T

23 lines
521 B
JSON

{
"name": "quaxlyqueen/vintagecoding.net",
"description": "My personal blogging platform.",
"type": "project",
"require": {
"erusev/parsedown": "^1.7",
"vlucas/phpdotenv": "^5.6",
"wildbit/postmark-php": "^6.0",
"laudis/neo4j-php-client": "^3.2"
},
"authors": [
{
"name": "Josh Ashton",
"email": "me@joshashton.dev"
}
],
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}