Skip to content

Commit 36a2454

Browse files
authored
chore: increase minimum supported version for guzzle psr7 (#2554)
1 parent e70273c commit 36a2454

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
@@ -13,7 +13,7 @@
1313
"monolog/monolog": "^2.9||^3.0",
1414
"phpseclib/phpseclib": "^3.0.34",
1515
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
16-
"guzzlehttp/psr7": "^1.8.4||^2.2.1"
16+
"guzzlehttp/psr7": "^1.9.1||^2.2.1"
1717
},
1818
"require-dev": {
1919
"squizlabs/php_codesniffer": "^3.8",

0 commit comments

Comments
 (0)