Skip to content

Commit

Permalink
fix: disallow vulnerable guzzle versions (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtasvoboda authored Jan 5, 2024
1 parent 8cfb95c commit cb782dd
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 @@ -11,7 +11,7 @@
"require": {
"php": "^7.4||^8.0",
"firebase/php-jwt": "^6.0",
"guzzlehttp/guzzle": "^6.2.1|^7.0",
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
"guzzlehttp/psr7": "^2.4.5",
"psr/http-message": "^1.1||^2.0",
"psr/cache": "^1.0||^2.0||^3.0"
Expand Down

0 comments on commit cb782dd

Please sign in to comment.