-
Georgi Mateev authoredGeorgi Mateev authored
ext_emconf.php 740 B
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "sg_mail".
***************************************************************/
$EM_CONF['sg_mail'] = [
'title' => 'Mail Templates',
'description' => 'Mail Templates',
'category' => 'module',
'version' => '5.7.3',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
'clearcacheonload' => FALSE,
'author' => 'Fabian Galinski',
'author_email' => 'fabian@sgalinski.de',
'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
'php' => '7.0.0-',
],
'conflicts' => [
],
'suggests' => [
],
],
];