-
Matthias Adrowski authoredMatthias Adrowski authored
ext_emconf.php 620 B
<?php
$EM_CONF['sg_jobs'] = [
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '5.0.1',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
'clearcacheonload' => FALSE,
'author' => 'Stefan Galinski',
'author_email' => 'stefan@sgalinski.de',
'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
'constraints' =>
[
'depends' =>
[
'typo3' => '10.4.0-11.5.99',
'php' => '7.4.0-8.1.99',
'sg_mail' => '>=8.0.0'
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];