-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathext_emconf.php
More file actions
56 lines (53 loc) · 1.36 KB
/
ext_emconf.php
File metadata and controls
56 lines (53 loc) · 1.36 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "cf_google_authenticator".
*
* Auto generated 23-11-2020 17:42
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => '[codeFareith] Google Authenticator',
'description' => 'Enable Google 2FA (two factor authentication) for both, frontend- and backend accounts.',
'category' => 'misc',
'author' => 'Robin "codeFareith" von den Bergen',
'author_email' => 'robin@vondenbergen.de',
'author_company' => '',
'state' => 'stable',
'version' => '1.2.4',
'uploadFolders' => false,
'clearCacheOnLoad' => true,
'constraints' =>
array (
'depends' =>
array (
'php' => '7.1-',
'typo3' => '10.4.99-',
),
'conflicts' =>
array (
),
'suggests' =>
array (
'felogin' => '10.4.99-',
),
),
'autoload' =>
array (
'psr-4' =>
array (
'CodeFareith\\CfGoogleAuthenticator\\' => 'Classes',
),
),
'autoload-dev' =>
array (
'psr-4' =>
array (
'CodeFareith\\CfGoogleAuthenticator\\Tests\\' => 'Tests',
),
),
'uploadfolder' => false,
'clearcacheonload' => true,
);