From a4a238dcee18a8e60b524c35754364e2686bcd7a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 6 Oct 2021 15:44:25 +0200 Subject: [PATCH] [CLEANUP] Drop a 11.4-specific entry from the `composer.json` (#316) `ignore-as-root` was needed in TYPO3 11.4 only and is obsolete with 11.5. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 78961cd..fbb9ceb 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,6 @@ "typo3/cms": { "app-dir": ".Build", "extension-key": "tea", - "ignore-as-root": false, "web-dir": ".Build/public" } },