From ce6b4220934d9f0cbfc9f3fa1e6f9fc77dc30381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20K=C3=B6tzing?= Date: Fri, 12 Jun 2015 13:13:21 +0200 Subject: [PATCH] Now works with Flow 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0943c86..51f0717 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type":"typo3-flow-package", "description":"", "require":{ - "typo3/flow":"~2.0" + "typo3/flow":"~2.0|~3.0" }, "require-dev":{ "phpunit/phpunit": "3.7.*"