<?php
-/***************************************************************
- * Extension Manager/Repository config file for ext "version".
- *
- * Auto generated 13-03-2012 16:03
- *
- * Manual updates:
- * Only the data in the array - everything else is removed by next
- * writing. "version" and "dependencies" must not be touched!
- ***************************************************************/
-$EM_CONF[$_EXTKEY] = array(
- 'title' => 'Versioning Management',
- 'description' => 'Backend Interface for management of the versioning API.',
- 'category' => 'be',
- 'author' => 'Kasper Skaarhoj',
- 'author_email' => 'kasperYYYY@typo3.com',
- 'shy' => '',
- 'dependencies' => '',
- 'conflicts' => '',
- 'priority' => '',
- 'module' => 'cm1',
- 'doNotLoadInFE' => 0,
- 'state' => 'stable',
- 'internal' => '',
- 'uploadfolder' => 0,
- 'createDirs' => '',
- 'modify_tables' => '',
- 'clearCacheOnLoad' => 0,
- 'lockType' => '',
- 'author_company' => '',
- 'version' => '6.2.0',
- '_md5_values_when_last_written' => '',
- 'constraints' => array(
- 'depends' => array(
- 'typo3' => '6.2.0-6.2.99',
- ),
- 'conflicts' => array(),
- 'suggests' => array()
- ),
- 'suggests' => array()
-);
-?>
\ No newline at end of file
+$EM_CONF[$_EXTKEY] = [
+ 'title' => 'Versioning Management',
+ 'description' => 'Backend Interface for management of the versioning API.',
+ 'category' => 'be',
+ 'author' => 'TYPO3 Core Team',
+ 'author_email' => 'typo3cms@typo3.org',
+ 'author_company' => '',
+ 'state' => 'stable',
+ 'uploadfolder' => 0,
+ 'createDirs' => '',
+ 'clearCacheOnLoad' => 0,
+ 'version' => '9.0.0',
+ 'constraints' => [
+ 'depends' => [
+ 'typo3' => '9.0.0-9.0.99',
+ ],
+ 'conflicts' => [],
+ 'suggests' => [],
+ ],
+];