Skip to content

Commit

Permalink
Add json validator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesphere authored and Simon Erkelens committed May 26, 2023
1 parent 1f0f29c commit 5daab21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"php": "^7.1|^8",
"ext-json": "*",
"paragonie/constant_time_encoding": "^2",
"psr/http-message": "^1|^2"
"psr/http-message": "^1|^2",
"opis/json-schema": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^7|^8|^9|^10",
Expand Down

0 comments on commit 5daab21

Please sign in to comment.