forked from MaxServ/t3ext-fal_s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
22 lines (21 loc) · 721 Bytes
/
Copy pathext_emconf.php
File metadata and controls
22 lines (21 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'S3 driver for FAL',
'description' => 'Connect FAL/TYPO3 to any of the configured S3 buckets with a few clicks. File based configuration allows specific buckets depending on the context of your application.',
'category' => 'misc',
'author' => 'Arno Schoon',
'author_email' => 'support@maxserv.com',
'author_company' => 'MaxServ B.V.',
'state' => 'stable',
'version' => '2.1.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-12.5.99',
'backend' => '10.4.0-12.5.99',
'extbase' => '10.4.0-12.5.99',
],
'suggests' => [
'extractor' => '2.0.0-2.99.99'
]
]
];