Skip to content

Commit

Permalink
Fix guzzlehttp constraint for Typo3 10.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
FabDeep committed Sep 6, 2022
1 parent 2a988f7 commit 1fb3c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require": {
"php": "^7.4.1",
"guzzlehttp/guzzle": "6.4.1 || ^7.0.0",
"guzzlehttp/guzzle": "^6.5.0 || ^7.0.0",
"league/oauth2-client": "^2.4"
},
"require-dev": {
Expand Down

0 comments on commit 1fb3c45

Please sign in to comment.