Merge pull request #30 from silverstripe/pulls/guzzle6

Upgraded guzzle to 6.x
This commit is contained in:
Daniel Hensby 2017-01-17 11:14:41 +00:00 committed by GitHub
commit ab965a520c
1 changed files with 1 additions and 1 deletions

View File

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