[TASK] Set TYPO3 version to 9.1.0-dev

Releases: master
Change-Id: Ia7f55a6f40ec6b80939a78b13aa3fafc6c11132a
Reviewed-on: https://review.typo3.org/55055
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
This commit is contained in:
Benni Mack 2017-12-12 17:49:44 +01:00 committed by Christian Kuhn
parent 5d901add00
commit 941eba3a15
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
}],
"require": {
"typo3/cms-core": "9.0.0"
"typo3/cms-core": "9.1.0"
},
"conflict": {
"typo3/cms": "*"
@ -21,7 +21,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "9.0.x-dev"
"dev-master": "9.1.x-dev"
},
"typo3/cms": {
"extension-key": "feedit"

View file

@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = [
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '9.0.0',
'version' => '9.1.0',
'constraints' => [
'depends' => [
'typo3' => '9.0.0-9.0.0',
'typo3' => '9.1.0-9.1.0',
],
'conflicts' => [],
'suggests' => [],