-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathext_emconf.php
More file actions
28 lines (27 loc) · 761 Bytes
/
ext_emconf.php
File metadata and controls
28 lines (27 loc) · 761 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 for ext "t3sswiper".
*/
$EM_CONF[$_EXTKEY] = [
'title' => 't3sSwiper',
'description' => 'Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.',
'category' => 'fe',
'state' => 'beta',
'author' => 'Helmut Hackbarth',
'author_email' => 'typo3@t3solution.de',
'author_company' => 'T3Solution',
'version' => '0.0.8',
'constraints' => [
'depends' => [
'typo3' => '13.4.0-13.4.99',
'content_blocks' => '1.3.18-1.3.99'
],
'conflicts' => [
],
],
'autoload' => [
'psr-4' => [
'T3S\\T3sSwiper\\' => 'Classes',
],
],
];