‪TYPO3CMS  ‪main
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'TYPO3 CMS Install Tool',
5  'description' => 'The Install Tool is used for installation, upgrade, system administration and setup tasks.',
6  'category' => 'module',
7  'state' => 'stable',
8  'author' => 'TYPO3 Core Team',
9  'author_email' => 'typo3cms@typo3.org',
10  'author_company' => '',
11  'version' => '13.1.0',
12  'constraints' => [
13  'depends' => [
14  'typo3' => '13.1.0',
15  'extbase' => '13.1.0',
16  'fluid' => '13.1.0',
17  ],
18  'conflicts' => [],
19  'suggests' => [],
20  ],
21 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3