Skip to content

Commit b025452

Browse files
authored
Allow guzzlehttp/guzzle 7 version
1 parent 4d0d53e commit b025452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"twig/twig": "^2.15.13|^3.0",
5959
"webflo/drupal-finder": "^1.0",
6060
"webmozart/path-util": "^2.3",
61-
"guzzlehttp/guzzle": "~6.1"
61+
"guzzlehttp/guzzle": "^6.5.8|^7.4.5"
6262
},
6363
"minimum-stability": "dev",
6464
"prefer-stable": true,
@@ -70,4 +70,4 @@
7070
"Drupal\\Console\\Core\\": "src"
7171
}
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)