Skip to content

Commit

Permalink
fix: disallow vulnerable guzzle versions (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 26, 2023
1 parent e714752 commit d1830ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
"firebase/php-jwt": "~6.0",
"monolog/monolog": "^2.9||^3.0",
"phpseclib/phpseclib": "^3.0.19",
"guzzlehttp/guzzle": "~6.5||~7.0",
"guzzlehttp/guzzle": "~6.5.8||~7.4.5",
"guzzlehttp/psr7": "^1.8.4||^2.2.1"
},
"require-dev": {
Expand Down

0 comments on commit d1830ed

Please sign in to comment.