From b509e84c7fe0ec07266c416b4ef02d52e052c992 Mon Sep 17 00:00:00 2001 From: Benno Weinzierl Date: Thu, 14 Jan 2021 08:59:36 +0100 Subject: [PATCH] [TASK] Changed composer requirements for 7.0 compatibility --- README.md | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b593201..7f9e71f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # FormatD.HotspotEditor -Provides Backend Editor and some Content Elements / Fusion Prototypes for drag and drop of Hotspots on an Image +Provides backend editor for neos and some base fusion prototypes for drag and drop hotspots on any content. +This package is meant as base for concrete implementations of content elements. ## Compile Backend Editor: diff --git a/composer.json b/composer.json index d6ab677..75d66b8 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "neos-package", "license": "MIT", "require": { - "neos/neos-ui": "^5.0" + "neos/neos-ui": "^5.0 || ^7.0" }, "extra": { "neos": {