a2g_theme/ext_emconf.php
2024-01-04 19:07:08 +01:00

31 lines
872 B
PHP

<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "a2g_shop"
*
* Auto generated by Extension Builder 2021-08-20
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'altogether Theme',
'description' => '',
'category' => 'templates',
'author' => 'Raphael Martin',
'author_email' => 'rama@altogether.at',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '1.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.9',
'bootstrap_package' => '14.0.7'
],
'conflicts' => [],
'suggests' => [],
],
];