mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version to TYPO3 8.6-dev
Resolves: #79055 Releases: master Change-Id: I09921a6c4fc013af2a01b498712d282559028b37 Reviewed-on: https://review.typo3.org/51009 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org>
This commit is contained in:
parent
13d8d5c076
commit
05068ee910
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '8.5.0',
|
||||
'version' => '8.6.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '8.5.0-8.5.99',
|
||||
'typo3' => '8.6.0-8.6.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue