forked from DMKEBUSINESSGMBH/mksamlauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
42 lines (42 loc) · 1.12 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
/**
* Extension Manager/Repository config file for ext "t3twig".
*
* @category TYPO3-Extension
* @package DMK\SamlAuth
* @author Eric Hertwig <[email protected]>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @link https://www.dmk-ebusiness.de/
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'MKSamlAuth',
'description' => 'Auth for SAML IDP',
'shy' => 0,
'version' => '8.7.0',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'category' => 'misc',
'author' => 'DMK E-BUSINESS GmbH',
'author_email' => '[email protected]',
'author_company' => 'DMK E-BUSINESS GmbH',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-8.7.99',
],
'conflicts' => [],
'suggests' => []
],
'_md5_values_when_last_written' => '',
'suggests' => [],
'createDirs' => '',
];