41 lines
1.1 KiB
PHP
41 lines
1.1 KiB
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "static_info_tables".
|
|
*
|
|
* 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' => 'Static Info Tables',
|
|
'description' => 'Data and API for countries, languages and currencies for use in TYPO3 CMS.',
|
|
'category' => 'misc',
|
|
'version' => '11.5.3',
|
|
'state' => 'stable',
|
|
'uploadfolder' => false,
|
|
'clearcacheonload' => false,
|
|
'author' => 'Stanislas Rolland/René Fritz',
|
|
'author_email' => 'typo3AAAA@sjbr.ca',
|
|
'author_company' => 'SJBR',
|
|
'constraints' =>
|
|
array (
|
|
'depends' =>
|
|
array (
|
|
'typo3' => '11.5.0-11.5.99',
|
|
'extbase' => '11.5.0-11.5.99',
|
|
'extensionmanager' => '11.5.0-11.5.99',
|
|
),
|
|
'conflicts' =>
|
|
array (
|
|
),
|
|
'suggests' =>
|
|
array (
|
|
),
|
|
),
|
|
);
|
|
|