From 110bd7c1e75e4d1aeae5a9f79ebea456507f3394 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 29 Oct 2019 16:12:38 +0100 Subject: [PATCH] [BUGFIX] Disable the Console extension dummy again (#60) --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index f50930e..ff3abbd 100644 --- a/composer.json +++ b/composer.json @@ -99,6 +99,9 @@ "typo3/cms": { "extension-key": "tea", "web-dir": ".Build/public" + }, + "helhum/typo3-console": { + "install-extension-dummy": "0" } } }