From 28168963da4373414ab3755abe612aaea286bb0a Mon Sep 17 00:00:00 2001 From: Ferdinand Kuhl Date: Mon, 15 Jun 2015 16:20:30 +0200 Subject: [PATCH] Allow Flow 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73a3595..2930300 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type":"typo3-flow-package", "description":"Menu", "require":{ - "typo3/flow":"~2.0" + "typo3/flow":"~2.0|~3.0" }, "require-dev":{ "phpunit/phpunit": "3.7.*"