mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-22 14:36:08 +01:00
[TASK] Set TYPO3 version to 9.5.4-dev
Change-Id: I99d51f3836de8d062bc5503bcc58e05cdfacb83c Reviewed-on: https://review.typo3.org/59145 Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org>
This commit is contained in:
parent
55d129d9a4
commit
74b533fc9e
2 changed files with 6 additions and 6 deletions
|
@ -13,10 +13,10 @@
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"typo3/cms-adminpanel": "9.5.3",
|
"typo3/cms-adminpanel": "9.5.*@dev",
|
||||||
"typo3/cms-backend": "9.5.3",
|
"typo3/cms-backend": "9.5.*@dev",
|
||||||
"typo3/cms-core": "9.5.3",
|
"typo3/cms-core": "9.5.*@dev",
|
||||||
"typo3/cms-frontend": "9.5.3",
|
"typo3/cms-frontend": "9.5.*@dev",
|
||||||
"psr/http-message": "~1.0",
|
"psr/http-message": "~1.0",
|
||||||
"psr/http-server-handler": "^1.0",
|
"psr/http-server-handler": "^1.0",
|
||||||
"psr/http-server-middleware": "^1.0"
|
"psr/http-server-middleware": "^1.0"
|
||||||
|
|
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'uploadfolder' => 0,
|
'uploadfolder' => 0,
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'version' => '9.5.3',
|
'version' => '9.5.4',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'typo3' => '9.5.3',
|
'typo3' => '9.5.4',
|
||||||
],
|
],
|
||||||
'conflicts' => [],
|
'conflicts' => [],
|
||||||
'suggests' => [],
|
'suggests' => [],
|
||||||
|
|
Loading…
Reference in a new issue