Skip to content

Commit 0bba837

Browse files
authored
Update composer.json
Fix Guzzle vulnerability
1 parent ffe793e commit 0bba837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=7.4",
1414
"illuminate/support": "^6|^7|^8|^9|^10",
15-
"guzzlehttp/guzzle": "^6.3.1|^7.0.1"
15+
"guzzlehttp/guzzle": "7.4.5"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^8.5|^9.0",

0 commit comments

Comments
 (0)