mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
[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:
parent
5d901add00
commit
941eba3a15
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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' => [],
|
||||
|
|
Loading…
Reference in a new issue