validate json against json schema

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-26 16:19:06 +02:00
parent 3e04dd5c2e
commit 66dfd9df8e
3 changed files with 90 additions and 3 deletions

View file

@ -16,7 +16,8 @@
"http-interop/http-factory-guzzle": "^1.2",
"slim/twig-view": "^3.3",
"slim/csrf": "^1.3",
"ext-apcu": "*"
"ext-apcu": "*",
"justinrainbow/json-schema": "^5.2"
},
"scripts": {
"psalm": "psalm --threads=1",