mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version to TYPO3 8.5-dev
Resolves: #78330 Releases: master Change-Id: I624b770a0c93fcc3f23607c9a09ba6cfadd8a255 Reviewed-on: https://review.typo3.org/50262 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
a359831c99
commit
047b5a04d6
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '8.4.0',
|
||||
'version' => '8.5.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '8.4.0-8.4.99',
|
||||
'typo3' => '8.5.0-8.5.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue