started db-rewrite. using neo4j and a restful go api to handle DB queries/statements.
This commit is contained in:
+8
-2
@@ -5,12 +5,18 @@
|
||||
"require": {
|
||||
"erusev/parsedown": "^1.7",
|
||||
"vlucas/phpdotenv": "^5.6",
|
||||
"wildbit/postmark-php": "^6.0"
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user