From 062116e757bd0efdc9829451de36647f921a713f Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Wed, 8 Jan 2020 13:58:58 +0100 Subject: [PATCH] FEATURE: Allow also UI 4.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4bb32bf..5c45421 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "neos/neos-ui-compiled": "^3.0 | ^5.0" + "neos/neos-ui-compiled": "^3.0 | ^4.0 | ^5.0" }, "autoload": { "psr-4": {