Skip to content

Commit 15d5a86

Browse files
committed
Allow Guzzle 7 [guzzlehtto/guzzle:^6.2|^7.0]
1 parent 8a7c077 commit 15d5a86

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
@@ -13,7 +13,7 @@
1313
"ext-curl": "*",
1414
"ext-json": "*",
1515
"ext-mbstring": "*",
16-
"guzzlehttp/guzzle": "^6.2"
16+
"guzzlehttp/guzzle": "^6.2|^7.0"
1717
},
1818
"autoload": {
1919
"psr-4": { "DocPlanner\\Client\\" : "lib/" }

0 commit comments

Comments
 (0)