Skip to content

Commit

Permalink
Allow installation of guzzlehttp/psr7 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Jul 1, 2021
1 parent 549160c commit 405204b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
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 405204b

Please sign in to comment.