Files
oai-symfony/typo3conf/ext/sr_freecap/ext_emconf.php
2026-07-03 17:53:31 +02:00

39 lines
946 B
PHP

<?php
/***************************************************************
* Extension Manager/Repository config file for ext "sr_freecap".
*
* Auto generated 16-05-2023 11:20
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'freeCap CAPTCHA',
'description' => 'A TYPO3 integration of freeCap CAPTCHA.',
'category' => 'fe',
'version' => '11.5.2',
'state' => 'stable',
'uploadfolder' => false,
'clearcacheonload' => false,
'author' => 'Stanislas Rolland',
'author_email' => 'typo3AAAA(arobas)sjbr.ca',
'author_company' => 'SJBR',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '11.5.0-11.5.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);