1
0
Fork 0

🐛 Fixed syntax error in ext_emconf.php (missing comma)

This commit is contained in:
Marcel Kapfer 2022-08-09 22:33:40 +02:00
parent 66d724e99a
commit f6083d3f7d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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',