mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version to TYPO3 8.0-dev
Resolves: #72359 Releases: master Change-Id: Ie67e977f9b9c77ddff4f9728a1d201494c854838 Reviewed-on: https://review.typo3.org/45323 Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org> Reviewed-by: Oliver Hader <oliver.hader@typo3.org> Reviewed-by: Alexander Opitz <opitz.alexander@googlemail.com> Tested-by: Alexander Opitz <opitz.alexander@googlemail.com>
This commit is contained in:
parent
5277e50095
commit
6a0962dc0c
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '7.6.0',
|
||||
'version' => '8.0.0',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'typo3' => '7.6.0-7.6.99',
|
||||
'typo3' => '8.0.0-8.0.99',
|
||||
),
|
||||
'conflicts' => array(),
|
||||
'suggests' => array(),
|
||||
|
|
Loading…
Reference in a new issue