-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·25 lines (24 loc) · 754 Bytes
/
ext_emconf.php
File metadata and controls
executable file
·25 lines (24 loc) · 754 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
<?php
/** @var string $_EXTKEY */
$EM_CONF[$_EXTKEY] = [
'title' => 'StaticFileCache',
'description' => 'Transparent static file cache solution using mod_rewrite and mod_expires. Increase performance for static pages by a factor of 230!!',
'version' => '16.0.2',
'category' => 'fe',
'constraints' => [
'depends' => [
'typo3' => '14.0.0-14.4.99',
'backend' => '14.0.0-14.4.99',
'php' => '8.3.0-8.99.99',
],
],
'state' => 'stable',
'author' => 'StaticFileCache Team',
'author_email' => 'tim@fruit-lab.de',
'author_company' => 'StaticFileCache Team',
'autoload' => [
'psr-4' => [
'SFC\\Staticfilecache\\' => 'Classes',
],
],
];