From 5ff85a31e08f956de637dbdf953f42888c2e247c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Feb 2017 14:17:14 +0100 Subject: php-solarium: 2.8.0 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 1bcf8b7..3f8c0be 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "phpunit/phpunit": "~3.7", "squizlabs/php_codesniffer": "~1.4", "zendframework/zendframework1": "~1.12", - "satooshi/php-coveralls": "~1.0" + "satooshi/php-coveralls": "~1.0", + "guzzlehttp/guzzle": "^3.8 || ^6.2" }, "suggest": { "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" -- cgit