Skip to content

Commit

Permalink
chore: Add missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 14, 2021
1 parent 8c5359d commit e187e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -15,7 +15,8 @@
"lexik/jwt-authentication-bundle": "^2.11",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"symfony/framework-bundle": "^5.2"
"symfony/framework-bundle": "^5.2",
"symfony/http-client": "^5.2"
},
"require-dev": {
"ecphp/php-conventions": "^1",
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/services.php
Expand Up @@ -23,6 +23,7 @@
->arg('$store', service('http_cache.store'))
->autowire(true)
->autoconfigure(true);

$container
->services()
->set('api_gw_authentication.key_converter.jwk_converter', JWKConverter::class)
Expand Down

0 comments on commit e187e55

Please sign in to comment.