Skip to content

Commit 4a6ce4e

Browse files
committed
Fix guzzlehttp composer version requirement
1 parent 8a56d1f commit 4a6ce4e

2 files changed

Lines changed: 219 additions & 11 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": "6.5",
19+
"guzzlehttp/guzzle": "^6.5",
2020
"ext-json": "*",
2121
"ext-zip": "*"
2222
}

composer.lock

Lines changed: 218 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)