mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version to TYPO3 8.7-dev
Resolves: #79810 Releases: master Change-Id: I8325ad82a66d7a2c4c5028ecf63fea690c5b7ac0 Reviewed-on: https://review.typo3.org/51674 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Jan Helke <typo3@helke.de> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
This commit is contained in:
parent
c75e9667e6
commit
6e4bdb9920
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '8.6.0',
|
||||
'version' => '8.7.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '8.6.0-8.6.99',
|
||||
'typo3' => '8.7.0-8.7.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue