Skip to content

Commit c960c12

Browse files
author
Deus Kane
committed
1 parent 478d276 commit c960c12

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)