20 lines
432 B
PHP
20 lines
432 B
PHP
<?php
|
|
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'VITEC',
|
|
'description' => 'Manage all VITEC Products and Downloads',
|
|
'category' => 'plugin',
|
|
'author' => '',
|
|
'author_email' => '',
|
|
'state' => 'alpha',
|
|
'clearCacheOnLoad' => 0,
|
|
'version' => '1.0.1',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '13.4.0-13.4.99',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|