diff --git a/composer.json b/composer.json index 3cc0b85..36e40c6 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "TYPO3 Core", "homepage": "http://typo3.org", "license": ["GPL-3.0+"], - "version": "6.3.0", + "version": "7.0.0", "require": { "typo3/cms-core": "*" diff --git a/ext_emconf.php b/ext_emconf.php index d2a965e..320c00c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '6.3.0', + 'version' => '7.0.0', 'constraints' => array( 'depends' => array( - 'typo3' => '6.3.0-6.3.99', + 'typo3' => '7.0.0-7.0.99', ), 'conflicts' => array(), 'suggests' => array(),