Skip to content

Commit 539f9fc

Browse files
authored
Minor adjustment to Guzzle requirements
1 parent 0f6c1a2 commit 539f9fc

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
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=7.0",
16-
"guzzlehttp/guzzle": "^6.3 || ^7.0",
16+
"guzzlehttp/guzzle": "^6.3 || ^6.5 || ^7.0",
1717
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
1818
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
1919
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"

0 commit comments

Comments
 (0)