Skip to content

Commit 894b08d

Browse files
authored
[PATCH] Guzzle Security Update (#2)
* updated guzzle to ^7.4.5 for security patches. * updated composer.lock
1 parent 16fc65a commit 894b08d

File tree

2 files changed

+30
-31
lines changed

2 files changed

+30
-31
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"minimum-stability": "dev",
1717
"require": {
1818
"php": "^8.0",
19-
"ext-pdo_sqlite": "*",
2019
"illuminate/contracts": "^8.0|^9.0",
21-
"guzzlehttp/guzzle": "7.4.x-dev"
20+
"guzzlehttp/guzzle": "^7.4.5"
2221
},
2322
"require-dev": {
23+
"ext-pdo_sqlite": "*",
2424
"laravel/pint": "^1.0",
2525
"orchestra/testbench": "^7.0",
2626
"phpunit/phpunit": "^9.5"

composer.lock

Lines changed: 28 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)