| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-setup/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-setup/ext_emconf.php |
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'TYPO3 CMS Setup',
'description' => 'Allows users to edit a limited set of options for their user profile, including preferred language, their name and email address.',
'category' => 'module',
'state' => 'stable',
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '12.4.8',
'constraints' => [
'depends' => [
'typo3' => '12.4.8',
],
'conflicts' => [],
'suggests' => [],
],
];