Started backend for cv timeline data

This commit is contained in:
2021-08-22 10:44:49 +01:00
parent 60927cf6b6
commit edcc979319
8 changed files with 1811 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"require": {
"slim/slim-skeleton": "^4.3",
"ext-pdo": "*",
"slim/psr7": "^1.4",
"nyholm/psr7": "^1.4",
"nyholm/psr7-server": "^1.0",
"guzzlehttp/psr7": "^2.0",
"http-interop/http-factory-guzzle": "^1.2",
"laminas/laminas-diactoros": "^2.6",
"laminas/laminas-httphandlerrunner": "^2.0"
}
}