Skip to content

Commit b43ef4b

Browse files
author
marge-bot
committed
Merge branch 'feature/oauth-bundle-2' into 'main'
updated compatibility to allow use of new oauth bundle See merge request internal/api-php-bundle!2
2 parents 478d276 + c960c12 commit b43ef4b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Resources/config/services.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ services:
3030
GuzzleHttp\HandlerStack: '@jsonldclient.handlerstack'
3131

3232
Bookboon\ApiBundle\Helper\GuzzleDecorator:
33+
class: GuzzleHttp\HandlerStack
3334
decorates: jsonldclient.handlerstack
3435
factory: ['Bookboon\ApiBundle\Helper\GuzzleDecorator', 'decorate']
3536
bind:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/cache": "^5.0|^6.0",
2222
"bookboon/jsonld-client": "^2.6",
2323
"bookboon/api-models-php": "^1.2",
24-
"bookboon/oauth2-client-php": "^1.0"
24+
"bookboon/oauth2-client-php": "^1.0|^2.0"
2525
},
2626
"require-dev": {
2727
"vimeo/psalm": "^4.1"

0 commit comments

Comments
 (0)