Skip to content

Commit 701b636

Browse files
authored
Merge pull request #6229 from W0rma/guzzle-psr7-v2
Allow installation of guzzlehttp/psr7:^2.0
2 parents 549160c + 405204b commit 701b636

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
@@ -20,7 +20,7 @@
2020
"ext-json": "*",
2121
"ext-mbstring": "*",
2222
"codeception/lib-asserts": "^1.0",
23-
"guzzlehttp/psr7": "~1.4",
23+
"guzzlehttp/psr7": "^1.4 | ^2.0",
2424
"symfony/finder": ">=2.7 <6.0",
2525
"symfony/console": ">=2.7 <6.0",
2626
"symfony/event-dispatcher": ">=2.7 <6.0",

0 commit comments

Comments
 (0)