Skip to content

Commit 30723cb

Browse files
committed
Upgrade to Guzzle 7 and drop support for older Laravel versions
1 parent 71219eb commit 30723cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.2",
16-
"guzzlehttp/guzzle": "^6.2",
17-
"illuminate/notifications": "~5.5 || ^6.0 || ^7.0 || ^8.0",
18-
"illuminate/support": "~5.5 || ^6.0 || ^7.0 || ^8.0"
15+
"php": ">=7.3",
16+
"guzzlehttp/guzzle": "^7.0.1",
17+
"illuminate/notifications": "^8.0",
18+
"illuminate/support": " ^8.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)