| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-reactions/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-reactions/ext_emconf.php |
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'TYPO3 CMS Reactions',
'description' => 'Handle incoming Webhooks for TYPO3',
'category' => 'module',
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'state' => 'stable',
'author_company' => '',
'version' => '12.4.8',
'constraints' => [
'depends' => [
'typo3' => '12.4.8',
],
'conflicts' => [],
'suggests' => [],
],
];