mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version to TYPO3 8.4-dev
Resolves: #77720 Releases: master Change-Id: I7187b477243a55f7a01a4477b5b2f300cd72242a Reviewed-on: https://review.typo3.org/49686 Tested-by: Bamboo TYPO3com <info@typo3.com> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com>
This commit is contained in:
parent
d5ccd425e8
commit
18cb07005b
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '8.3.0',
|
||||
'version' => '8.4.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '8.3.0-8.3.99',
|
||||
'typo3' => '8.4.0-8.4.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue