Skip to content

Commit 54c8159

Browse files
authored
Merge pull request #37 from spinen/feature/allowNewerGuzzle
Allow Guzzle 7
2 parents 549c72f + c6a8504 commit 54c8159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": ">=7.2",
2525
"ext-json": "*",
2626
"cviebrock/discourse-php": "^0.9.3",
27-
"guzzlehttp/guzzle": "^6.4",
27+
"guzzlehttp/guzzle": "^6.4|^7.0.1",
2828
"illuminate/auth": "~5.5|~6|~7|~8",
2929
"illuminate/routing": "~5.5|~6|~7|~8",
3030
"illuminate/support": "~5.5|~6|~7|~8"

0 commit comments

Comments
 (0)