Skip to content

Commit

Permalink
chore: increase minimum supported version for guzzle psr7 (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash30201 committed Jan 17, 2024
1 parent e70273c commit 36a2454
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 @@
"monolog/monolog": "^2.9||^3.0",
"phpseclib/phpseclib": "^3.0.34",
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
"guzzlehttp/psr7": "^1.8.4||^2.2.1"
"guzzlehttp/psr7": "^1.9.1||^2.2.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.8",
Expand Down

0 comments on commit 36a2454

Please sign in to comment.