[TASK] Set extension version and dependencies to 7.2

Resolves: #65286
Releases: master
Change-Id: I7c8576ebb76bb02582396e1345e253ba0e9a1623
Reviewed-on: http://review.typo3.org/37189
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
This commit is contained in:
Wouter Wolters 2015-02-24 21:59:44 +01:00
parent c8c3e100db
commit 8c89786c67
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.1.0", "version": "7.2.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.1.0', 'version' => '7.2.0',
'constraints' => array( 'constraints' => array(
'depends' => array( 'depends' => array(
'typo3' => '7.1.0-7.1.99', 'typo3' => '7.2.0-7.2.99',
), ),
'conflicts' => array(), 'conflicts' => array(),
'suggests' => array(), 'suggests' => array(),