From f6083d3f7d87c89cb5357687fdf9a10542408b9a Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 9 Aug 2022 22:33:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20syntax=20error=20in=20ex?= =?UTF-8?q?t=5Femconf.php=20(missing=20comma)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index a5454cf..6d8adeb 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,7 +5,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'TYPO3 DDEV-Local Boilerplate', 'description' => 'Boilerplate TYPO3-Extension for working with DDEV Local.', 'category' => 'example', - 'author' => 'Marcel Kapfer' + 'author' => 'Marcel Kapfer', 'author_company' => '', 'author_email' => 'opensource@mmk2410.org', 'state' => 'test',