-
Torsten Oppermann authoredTorsten Oppermann authored
ext_emconf.php 602 B
<?php
$EM_CONF[$_EXTKEY] = array (
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '1.0.1',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
'clearcacheonload' => FALSE,
'author' => 'Torsten Oppermann',
'author_email' => 'torsten@sgalinski.de',
'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '7.6.0-7.6.99',
'php' => '5.6.0-7.0.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);