Skip to content

Commit

Permalink
Update Guzzle client
Browse files Browse the repository at this point in the history
According to the problem that was described here - GHSA-f2wf-25xc-69c9

We update guzzle to avoid vulnerability
  • Loading branch information
oleksandr-mykhailenko committed Jun 13, 2022
1 parent 82b7bf4 commit 4ee1497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ composer.phar
vendor/*
composer.lock
/.metadata/
/.metadata/
.idea
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "~7.0",
"guzzlehttp/guzzle": "^7.4.4",
"psr/http-client": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 4ee1497

Please sign in to comment.