From 32d06f1cbac1143bd3354fbefb34b3990be24183 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Thu, 26 Oct 2023 12:02:41 +0200 Subject: [PATCH] BUGFIX: Remove unnecessary basemixins dependency for ContentReferences package The package has no direct dependency to the basemixins and should be usable without the other basemixins. --- Neos.NodeTypes.ContentReferences/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Neos.NodeTypes.ContentReferences/composer.json b/Neos.NodeTypes.ContentReferences/composer.json index ca1e14ff75b..4fb0b3ce6c1 100644 --- a/Neos.NodeTypes.ContentReferences/composer.json +++ b/Neos.NodeTypes.ContentReferences/composer.json @@ -6,8 +6,7 @@ "GPL-3.0-or-later" ], "require": { - "neos/neos": "self.version", - "neos/nodetypes-basemixins": "self.version" + "neos/neos": "self.version" }, "autoload": { "psr-4": {