From 7212e7a23961c77170426ff7f84602f534a74670 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2016 16:04:00 +0200 Subject: php-solarium: 3.7.0 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 538895c..1bcf8b7 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,9 @@ "zendframework/zendframework1": "~1.12", "satooshi/php-coveralls": "~1.0" }, + "suggest": { + "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" + }, "extra": { "branch-alias": { "dev-develop": "3.3.x-dev" -- cgit