ext_emconf.php 626 B
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'tinyMCE',
'description' => 'TinyMCE sources including a small PHP API',
'category' => 'misc',
'version' => '4.4.3',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
'clearcacheonload' => FALSE,
'author' => 'Stefan Galinski',
'author_email' => 'stefan@sgalinski.de',
'author_company' => 'sgalinski Internet Services',
'autoload' =>
[
'psr-4' => ['SGalinski\\Tinymce\\' => 'Classes']
],
'constraints' =>
[
'depends' =>
[
'php' => '5.5.0-0.0.0',
'typo3' => '6.2.0-8.7.99',
],
'conflicts' => [],
'suggests' => [],
],
];