Skip to content

Commit 6374fd5

Browse files
authored
Merge pull request #30 from booooza/guzzle-v7
Allow guzzle 7
2 parents a680d9d + 06c3eb6 commit 6374fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^7.4 || ^8.0",
2525
"neos/flow": "^6.0 || ^7.0 || dev-master",
26-
"guzzlehttp/guzzle": "^6.3",
26+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
2727
"league/oauth2-client": "^2.0",
2828
"ramsey/uuid": "^3.0 || ^4.0",
2929
"paragonie/sodium_compat": "^1.10"

0 commit comments

Comments
 (0)