From f30c29d744f5992120584f83d540df7abe90c9a1 Mon Sep 17 00:00:00 2001 From: batabana Date: Mon, 5 Jun 2023 13:51:05 +0200 Subject: [PATCH] TASK: declare compatible with neos 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9bd4a56..d3f0c67 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Neos package that helps dealing with cache invalidation of AssetCollections used in content", "license": "MIT", "require": { - "neos/media-browser": "~5.0 || dev-master" + "neos/media-browser": "~5.0 || ~6.0 || ~7.0 || ~8.0 || dev-master" }, "autoload": { "psr-4": { @@ -91,4 +91,4 @@ "Neos.Flow-20190515215000" ] } -} \ No newline at end of file +}