a2g_travel_blog/ext_emconf.php
2023-12-04 16:40:27 +01:00

34 lines
1004 B
PHP

<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "a2g_products"
*
* Auto generated by Extension Builder 2021-08-16
*
* 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 Travel Blog',
'description' => '',
'category' => 'plugin',
'author' => 'Raphael Martin',
'author_email' => 'raphy.martin@gmail.com',
'state' => 'alpha',
'clearCacheOnLoad' => 0,
'version' => '1.0.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.9',
'a2g_toolkit' => '1.0.0-1.5.99',
'tt_address' => '6.1.0',
'a2g_maps' => '1.0.0-1.5.99',
'blog' => '12.0.0-dev'
],
'conflicts' => [],
'suggests' => [],
],
];