Skip to content

Commit f797f5c

Browse files
committed
valide request against openapi schema
1 parent e4ed1a3 commit f797f5c

File tree

9 files changed

+1056
-7
lines changed

9 files changed

+1056
-7
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
"ext-pgsql": "*",
1212
"doctrine/doctrine-bundle": "^2.1",
1313
"guzzlehttp/guzzle": "^7.2",
14+
"league/openapi-psr7-validator": "^0.13.0",
15+
"nyholm/psr7": "^1.3",
1416
"symfony/console": "4.4.*",
1517
"symfony/dotenv": "4.4.*",
1618
"symfony/flex": "^1.3.1",
1719
"symfony/framework-bundle": "4.4.*",
20+
"symfony/psr-http-message-bridge": "^2.0",
1821
"symfony/serializer": "4.4.*",
1922
"symfony/yaml": "4.4.*",
2023
"webmozart/assert": "^1.9"

0 commit comments

Comments
 (0)