Update to Guzzle 7 (#143)

This commit is contained in:
Keith Brink
2020-09-14 18:53:51 +03:00
committed by GitHub
parent 6d9b4ddffe
commit 7db3d6e62c

View File

@@ -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": "*"
},