Skip to content

Commit 00e2b42

Browse files
Martin Beanmartinbean
authored andcommitted
Update to Guzzle 7
1 parent e1cebd9 commit 00e2b42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "PHP binding for v4 of the Cloudflare Client API.",
44
"type": "library",
55
"require": {
6-
"guzzlehttp/guzzle": "^6.2.2",
7-
"php": ">=7.0.0",
6+
"guzzlehttp/guzzle": "^7.0.1",
7+
"php": ">=7.2.5",
88
"psr/http-message": "~1.0",
99
"ext-json": "*"
1010
},
@@ -35,4 +35,4 @@
3535
"sort-packages": true,
3636
"optimize-autoloader": true
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)