Initial commit - Typo3 11.5.41
This commit is contained in:
38
typo3conf/ext/sr_freecap/ext_emconf.php
Normal file
38
typo3conf/ext/sr_freecap/ext_emconf.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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 (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user