summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-16 17:25:54 +0200
committernashe <thomas@chauchefoin.fr>2017-07-16 17:25:54 +0200
commite762c01e4801e2e47062824ed703b7102ee19e5c (patch)
tree77d018bde5497d59b75440fcba8bd264df65e2f5
parenta9b7f9531b3b1e085debcf69aefa4a1826d1d456 (diff)
downloadplanet-e762c01e4801e2e47062824ed703b7102ee19e5c.tar
planet-e762c01e4801e2e47062824ed703b7102ee19e5c.tar.gz
planet-e762c01e4801e2e47062824ed703b7102ee19e5c.tar.bz2
planet-e762c01e4801e2e47062824ed703b7102ee19e5c.tar.xz
planet-e762c01e4801e2e47062824ed703b7102ee19e5c.zip
Make tests pass on php-nightly
See https://github.com/guzzle/guzzle/releases/tag/6.3.0
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 530f265..ed06489 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
"simplepie/simplepie": "^1.5"
},
"require-dev": {
- "guzzlehttp/guzzle": "^6.0",
+ "guzzlehttp/guzzle": "^6.3",
"phpunit/phpunit": "^5.7 || ^6.2"
},
"scripts": {