Skip to content

Commit aee5845

Browse files
committed
chore: 📌 Support Guzzle v6
Fixes #FAC-1
1 parent 8a8b313 commit aee5845

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
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"name": "maicol07/flarum-api-client",
3434
"require": {
35-
"guzzlehttp/guzzle": "^7",
35+
"guzzlehttp/guzzle": "^6|^7",
3636
"illuminate/cache": "^6|^7|^8",
3737
"illuminate/support": "^6|^7|^8",
3838
"php": ">=7.2",

0 commit comments

Comments
 (0)