Skip to content

Commit

Permalink
Merge pull request #453 from gmponos/patch-1
Browse files Browse the repository at this point in the history
Allow guzzle 7
  • Loading branch information
gkatechis authored Oct 2, 2020
2 parents 8a2f448 + 9d4fb82 commit 13f0c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/zendesk/zendesk_api_client_php",
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"mmucklo/inflect": "0.3.*"
},
"require-dev": {
Expand Down

0 comments on commit 13f0c1f

Please sign in to comment.