From 8b785c57c3d33be4e00e87bd2c77bcac35c03aac Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Mon, 24 Jun 2013 18:44:46 +0300 Subject: [PATCH] Allow elastica 0.90. Elasticsearch made the jump from 0.20 to 0.90 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 22e492e..099868b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "symfony/console": "~2.1", "symfony/form": "~2.1", "symfony/property-access": "~2.2", - "ruflin/elastica": "0.20.5.*@dev", + "ruflin/elastica": "~0.20", "psr/log": "~1.0" }, "require-dev":{