Files
website-typo3/web/typo3conf/ext/ep_track/ext_emconf.php
T
2018-04-18 17:24:00 +02:00

24 lines
519 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'E&P Tracking',
'description' => '',
'category' => 'plugin',
'author' => 'Björn Fromme',
'author_email' => '[email protected]',
'state' => 'beta',
'author_company' => 'dreipunktnull',
'version' => '1.1.0',
'constraints' => [
'depends' => [
'ods_redirects' => '*',
'realurl' => '*'
],
],
'autoload' => [
'psr-4' => [
'EP\\EpTrack\\' => 'Classes/',
]
]
];