Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?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/',
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user