Skip to content

Commit 06c3eb6

Browse files
committed
Allow guzzle 7
1 parent a680d9d commit 06c3eb6

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)