Your IP : 216.73.216.189


Current Path : /var/www/surf/TYPO3/src/surf/
Upload File :
Current File : /var/www/surf/TYPO3/src/surf/ext_emconf.php

<?php

$EM_CONF[$_EXTKEY] = [
    'title' => 'Surf',
    'description' => '',
    'category' => 'plugin',
    'author' => 'Roberto Torresani',
    'author_email' => 'roberto@torresani.eu',
    'state' => 'alpha',
    'clearCacheOnLoad' => 0,
    'version' => '0.1.0',
    'constraints' => [
        'depends' => [
            'typo3' => '11.5.0-12.4.99',
        ],
        'conflicts' => [],
        'suggests' => [],
    ],
];