[TASK] Update TYPO3 version in ext_emconf.php and composer.json

Resolves: #67478
Releases: master
Change-Id: I49cebb422ff87d245d757f7736a3b8b969e8b243
Reviewed-on: http://review.typo3.org/40273
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Benjamin Mack <benni@typo3.org>
Tested-by: Benjamin Mack <benni@typo3.org>
This commit is contained in:
Wouter Wolters 2015-06-15 23:15:37 +02:00 committed by Benjamin Mack
parent 2c2e6f3dfd
commit ed41ac89eb
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"description": "TYPO3 Core", "description": "TYPO3 Core",
"homepage": "http://typo3.org", "homepage": "http://typo3.org",
"license": ["GPL-3.0+"], "license": ["GPL-3.0+"],
"version": "7.3.0", "version": "7.4.0",
"require": { "require": {
"typo3/cms-core": "*" "typo3/cms-core": "*"

View file

@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
'uploadfolder' => 0, 'uploadfolder' => 0,
'createDirs' => '', 'createDirs' => '',
'clearCacheOnLoad' => 0, 'clearCacheOnLoad' => 0,
'version' => '7.3.0', 'version' => '7.4.0',
'constraints' => array( 'constraints' => array(
'depends' => array( 'depends' => array(
'typo3' => '7.3.0-7.3.99', 'typo3' => '7.4.0-7.4.99',
), ),
'conflicts' => array(), 'conflicts' => array(),
'suggests' => array(), 'suggests' => array(),