Skip to content

Commit c270f28

Browse files
authored
fix: guzzle dependency version (#2546)
1 parent 9c98945 commit c270f28

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
@@ -12,7 +12,7 @@
1212
"firebase/php-jwt": "~6.0",
1313
"monolog/monolog": "^2.9||^3.0",
1414
"phpseclib/phpseclib": "^3.0.34",
15-
"guzzlehttp/guzzle": "~6.5.8||~7.4.5",
15+
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
1616
"guzzlehttp/psr7": "^1.8.4||^2.2.1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)