Skip to content

Commit 13f0c1f

Browse files
authored
Merge pull request #453 from gmponos/patch-1
Allow guzzle 7
2 parents 8a2f448 + 9d4fb82 commit 13f0c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/zendesk/zendesk_api_client_php",
66
"require": {
77
"php": ">=5.5.0",
8-
"guzzlehttp/guzzle": "^6.0",
8+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
99
"mmucklo/inflect": "0.3.*"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)