Skip to content

Commit 06a9acc

Browse files
committed
Support Guzzle 6 and Guzzle 7
1 parent cdb04a7 commit 06a9acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.2",
7-
"guzzlehttp/guzzle": "^6.0|^7.0",
7+
"guzzlehttp/guzzle": "^6.3|^7.0",
88
"lkaemmerling/prometheus_client_php": "^1.0|^2.0"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)