Skip to content

Commit 8a56d1f

Browse files
committed
Require a lower version of guzzlehttp for greater compatibility
1 parent 3b4a947 commit 8a56d1f

3 files changed

Lines changed: 60 additions & 296 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=7.4",
19-
"guzzlehttp/guzzle": "^7.9",
19+
"guzzlehttp/guzzle": "6.5",
2020
"ext-json": "*",
2121
"ext-zip": "*"
2222
}

0 commit comments

Comments
 (0)