We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478d276 + c960c12 commit b43ef4bCopy full SHA for b43ef4b
2 files changed
Resources/config/services.yml
@@ -30,6 +30,7 @@ services:
30
GuzzleHttp\HandlerStack: '@jsonldclient.handlerstack'
31
32
Bookboon\ApiBundle\Helper\GuzzleDecorator:
33
+ class: GuzzleHttp\HandlerStack
34
decorates: jsonldclient.handlerstack
35
factory: ['Bookboon\ApiBundle\Helper\GuzzleDecorator', 'decorate']
36
bind:
composer.json
@@ -21,7 +21,7 @@
21
"symfony/cache": "^5.0|^6.0",
22
"bookboon/jsonld-client": "^2.6",
23
"bookboon/api-models-php": "^1.2",
24
- "bookboon/oauth2-client-php": "^1.0"
+ "bookboon/oauth2-client-php": "^1.0|^2.0"
25
},
26
"require-dev": {
27
"vimeo/psalm": "^4.1"
0 commit comments