Skip to content

Commit

Permalink
[PATCH] Guzzle Security Update (#2)
Browse files Browse the repository at this point in the history
* updated guzzle to ^7.4.5 for security patches.

* updated composer.lock
  • Loading branch information
yordadev authored Aug 20, 2022
1 parent 16fc65a commit 894b08d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"minimum-stability": "dev",
"require": {
"php": "^8.0",
"ext-pdo_sqlite": "*",
"illuminate/contracts": "^8.0|^9.0",
"guzzlehttp/guzzle": "7.4.x-dev"
"guzzlehttp/guzzle": "^7.4.5"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"laravel/pint": "^1.0",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5"
Expand Down
57 changes: 28 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 894b08d

Please sign in to comment.