Skip to content

Commit 5e05209

Browse files
committed
Fix Guzzle5 minimal version
1 parent e44bccb commit 5e05209

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
@@ -18,7 +18,7 @@
1818
"php": "^7.1"
1919
},
2020
"require-dev": {
21-
"guzzlehttp/guzzle": "~5.0",
21+
"guzzlehttp/guzzle": "^5.3.1",
2222
"phpunit/phpunit": "^6.2"
2323
},
2424
"suggest": {

0 commit comments

Comments
 (0)