Skip to content

Commit

Permalink
fix: guzzlehttp/psr7 allow older version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalipso0505 committed Jul 5, 2024
1 parent 19cf62e commit 4d31597
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 @@ -13,7 +13,7 @@
"require": {
"php": "^7.4 || ^8.1",
"ext-json": "*",
"guzzlehttp/psr7": "^2"
"guzzlehttp/psr7": "^1 || ^2"
},
"require-dev": {
"codeception/specify": "^0.4.5",
Expand Down

0 comments on commit 4d31597

Please sign in to comment.