Skip to content

Commit

Permalink
Merge pull request #6229 from W0rma/guzzle-psr7-v2
Browse files Browse the repository at this point in the history
Allow installation of guzzlehttp/psr7:^2.0
  • Loading branch information
Naktibalda committed Jul 2, 2021
2 parents 549160c + 405204b commit 701b636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"codeception/lib-asserts": "^1.0",
"guzzlehttp/psr7": "~1.4",
"guzzlehttp/psr7": "^1.4 | ^2.0",
"symfony/finder": ">=2.7 <6.0",
"symfony/console": ">=2.7 <6.0",
"symfony/event-dispatcher": ">=2.7 <6.0",
Expand Down

0 comments on commit 701b636

Please sign in to comment.