This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
feiplogin/ext_emconf.php

37 lines
989 B
PHP
Raw Normal View History

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'feipauth',
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
'category' => 'plugin',
'shy' => 0,
2018-08-27 00:10:46 +02:00
'version' => '1.2.0',
'dependencies' => 'cms,extbase,fluid',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Marcel Kapfer',
'author_email' => 'opensource@mmk2410.org',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
2018-08-27 00:07:13 +02:00
'typo3' => '8.7.0-9.3.99',
'extbase' => '8.7.0-9.99.99',
'fluid' => '8.7.0-9.99.99',
'php' => '7.0.0-0.0.0'
],
'conflicts' => [],
'suggests' => [],
],
'_md5_values_when_last_written' => '',
];