Skip to content

Commit

Permalink
Update to Guzzle 7 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Sep 14, 2020
1 parent 6d9b4dd commit 7db3d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "PHP binding for v4 of the Cloudflare Client API.",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^6.2.2",
"php": ">=7.0.0",
"guzzlehttp/guzzle": "^7.0.1",
"php": ">=7.2.5",
"psr/http-message": "~1.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 7db3d6e

Please sign in to comment.