mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-15 04:36:10 +01:00
32 lines
716 B
PHP
32 lines
716 B
PHP
<?php
|
|
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'Mjml',
|
|
'description' => 'Mjml view using mjml over npm',
|
|
'category' => 'misc',
|
|
'shy' => 0,
|
|
'version' => '1.0.2',
|
|
'state' => 'stable',
|
|
'clearCacheOnLoad' => 1,
|
|
'author' => '',
|
|
'author_email' => '',
|
|
'author_company' => '',
|
|
'autoload' =>
|
|
[
|
|
'psr-4' => ['Saccas\\Mjml\\' => 'Classes']
|
|
],
|
|
'constraints' => [
|
|
'depends' => [
|
|
'php' => '7.1.0-7.2.99',
|
|
'typo3' => '8.7.0-8.7.99',
|
|
'extbase' => '',
|
|
],
|
|
'conflicts' => [
|
|
],
|
|
'suggests' => [
|
|
],
|
|
],
|
|
'_md5_values_when_last_written' => 'a:0:{}',
|
|
'suggests' => [
|
|
],
|
|
];
|