mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[RELEASE] Release of TYPO3 9.1.0
Change-Id: I8ebeca67eb5524682846a2fb7d55ee8bbde1a318 Reviewed-on: https://review.typo3.org/55504 Reviewed-by: Oliver Hader <oliver.hader@typo3.org> Tested-by: Oliver Hader <oliver.hader@typo3.org>
This commit is contained in:
parent
056687d954
commit
5791ffb152
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
}],
|
||||
|
||||
"require": {
|
||||
"typo3/cms-core": "9.1.*@dev"
|
||||
"typo3/cms-core": "9.1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"typo3/cms": "*"
|
||||
|
|
|
@ -13,7 +13,7 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'version' => '9.1.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '9.1.0-9.1.0',
|
||||
'typo3' => '9.1.0',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue