Skip to content

Commit

Permalink
Add missing required Symfony packages (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored Jul 15, 2022
1 parent 19a17d3 commit 2da8b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"symfony/framework-bundle": "^6.0",
"symfony/http-client": "^6.0",
"symfony/psr-http-message-bridge": "^2.0",
"symfony/security-bundle": "^6.0",
"symfony/serializer": "^6.0",
"symfony/validator": "^6.0",
"web-auth/webauthn-lib": "self.version",
"web-token/jwt-signature": "^3.0"
},
Expand Down

0 comments on commit 2da8b14

Please sign in to comment.