Change guzzle version to ~6.0

This commit is contained in:
ayeo 2016-04-08 19:17:32 +02:00
parent 9a615ea55a
commit 10569180da
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"require": {
"php": ">=5.4",
"league/plates": "~3.1",
"guzzlehttp/guzzle": "~5.3",
"guzzlehttp/guzzle": "~6.0",
"league/commonmark": "^0.13",
"symfony/console": "~3.0",
"symfony/finder": "~3.0",