mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version to TYPO3 8.2-dev
Resolves: #76037 Releases: master Change-Id: I501308fa7d239bde0a2707bc2e394bf70754db07 Reviewed-on: https://review.typo3.org/48000 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
This commit is contained in:
parent
68df6919eb
commit
4730f341f4
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '8.1.0',
|
||||
'version' => '8.2.0',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'typo3' => '8.1.0-8.1.99',
|
||||
'typo3' => '8.2.0-8.2.99',
|
||||
),
|
||||
'conflicts' => array(),
|
||||
'suggests' => array(),
|
||||
|
|
Loading…
Reference in a new issue