From 581ebe6af97d5db43a224db0371b0769dfafa501 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Tue, 12 Jul 2016 12:35:19 +0200 Subject: [PATCH] TASK: Mark as compatible with Flow 3.x There is one deprecated method call being used, but it works fine. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7babcf6..8a54c34 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "description": "This package provides wrapper functionality for the Elasticsearch engine.", "require": { "ext-curl": "*", - "typo3/flow": "~2.3" + "typo3/flow": "~2.3|~3.0" }, "autoload": { "psr-0": {