Upgraded guzzle to 6.x

Required for 0620392dc4
This commit is contained in:
Ingo Schommer 2017-01-17 13:36:35 +13:00
parent db7c537666
commit 7c47ee2191
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
{ {
"silverstripe/framework": "~4.0", "silverstripe/framework": "~4.0",
"silverstripe/cms": "~4.0", "silverstripe/cms": "~4.0",
"guzzlehttp/guzzle": "5.x" "guzzlehttp/guzzle": "~6.0"
} }
} }