Reworked ext_emconf keys
This commit is contained in:
parent
29f0d5b59f
commit
f50eaf4de4
1 changed files with 8 additions and 21 deletions
|
@ -3,34 +3,21 @@
|
||||||
$EM_CONF[$_EXTKEY] = [
|
$EM_CONF[$_EXTKEY] = [
|
||||||
'title' => 'feiplogin',
|
'title' => 'feiplogin',
|
||||||
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
||||||
'category' => 'plugin',
|
|
||||||
'shy' => 0,
|
|
||||||
'version' => '1.3.0-dev',
|
'version' => '1.3.0-dev',
|
||||||
'dependencies' => 'cms,extbase,fluid',
|
'category' => 'fe',
|
||||||
'conflicts' => '',
|
|
||||||
'priority' => '',
|
|
||||||
'loadOrder' => '',
|
|
||||||
'module' => '',
|
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
'uploadfolder' => 0,
|
'clearCacheOnLoad' => 1,
|
||||||
'createDirs' => '',
|
|
||||||
'modify_tables' => '',
|
|
||||||
'clearcacheonload' => 1,
|
|
||||||
'lockType' => '',
|
|
||||||
'author' => 'Marcel Kapfer',
|
'author' => 'Marcel Kapfer',
|
||||||
'author_email' => 'opensource@mmk2410.org',
|
'author_email' => 'opensource@mmk2410.org',
|
||||||
'author_company' => '',
|
|
||||||
'CGLcompliance' => '',
|
|
||||||
'CGLcompliance_note' => '',
|
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'typo3' => '8.7.0-10.4.99',
|
'typo3' => '8.7.0-10.4.99',
|
||||||
'extbase' => '8.7.0-10.4.99',
|
'php' => '7.0.0-7.4.99'
|
||||||
'fluid' => '8.7.0-10.4.99',
|
|
||||||
'php' => '7.0.0-0.0.0'
|
|
||||||
],
|
],
|
||||||
'conflicts' => [],
|
|
||||||
'suggests' => [],
|
|
||||||
],
|
],
|
||||||
'_md5_values_when_last_written' => '',
|
'autoload' => [
|
||||||
|
'psr-4' => [
|
||||||
|
'MMK2410\\FeIpLogin\\' => 'Classes'
|
||||||
|
]
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue