forked from rickfeuerabend/snowbabel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·28 lines (26 loc) · 906 Bytes
/
ext_emconf.php
File metadata and controls
executable file
·28 lines (26 loc) · 906 Bytes
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
<?php
/***************************************************************
* Extension Manager/Repository config file.
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Snowbabel',
'description' => 'Translation Extension.Snowflake productions gmbh was the pioneers of this extension and handed over this to PIT Solutions Pvt Ltd in 2016 and sponsored by BIBUS AG.',
'category' => 'module',
'constraints' => array(
'depends' => array(
'php' => '5.4-7.0.99',
'typo3' => '6.2.0-8.5.99',
'static_info_tables' => '6.1.0-6.3.99',
),
'conflicts' => array(),
'suggests' => array(),
),
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Daniel Alder, Ricky Mathew',
'author_email' => 'ricky.mk@pitsolutions.com',
'author_company' => 'PIT Solutions Pvt Ltd',
'version' => '5.0.1'
);