Skip to content

Commit

Permalink
Merge branch 'feature/oauth-bundle-2' into 'main'
Browse files Browse the repository at this point in the history
updated compatibility to allow use of new oauth bundle

See merge request internal/api-php-bundle!2
  • Loading branch information
marge-bot committed Aug 24, 2022
2 parents 478d276 + c960c12 commit b43ef4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
GuzzleHttp\HandlerStack: '@jsonldclient.handlerstack'

Bookboon\ApiBundle\Helper\GuzzleDecorator:
class: GuzzleHttp\HandlerStack
decorates: jsonldclient.handlerstack
factory: ['Bookboon\ApiBundle\Helper\GuzzleDecorator', 'decorate']
bind:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"symfony/cache": "^5.0|^6.0",
"bookboon/jsonld-client": "^2.6",
"bookboon/api-models-php": "^1.2",
"bookboon/oauth2-client-php": "^1.0"
"bookboon/oauth2-client-php": "^1.0|^2.0"
},
"require-dev": {
"vimeo/psalm": "^4.1"
Expand Down

0 comments on commit b43ef4b

Please sign in to comment.