| 1234567891011121314151617181920212223242526272829 |
- <?php
- /***************************************************************
- * Extension Manager/Repository config file for ext: "ot_optimizer"
- *
- * Manual updates:
- * Only the data in the array - anything else is removed by next write.
- * "version" and "dependencies" must not be touched!
- ***************************************************************/
- $EM_CONF[$_EXTKEY] = [
- 'title' => 'Optimizer',
- 'description' => 'Optimize the Typo3 FE and BE behaviour for large amount of sites',
- 'category' => 'services',
- 'author' => 'Olivier Massot',
- 'author_email' => 'olivier.massot@2iopenservice.fr',
- 'state' => 'stable',
- 'uploadfolder' => 0,
- 'createDirs' => '',
- 'clearCacheOnLoad' => 0,
- 'version' => '1.0.0', //see ot_core/ext_emconf.php to get the current ot extensions version
- 'constraints' => [
- 'depends' => [
- 'typo3' => '8.7.0-10.4.99',
- ],
- 'conflicts' => [],
- 'suggests' => [],
- ],
- ];
|