mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-22 14:36:08 +01:00
[TASK] Update TYPO3 version to TYPO3 7.6-dev
Releases: master Change-Id: Ic9608e3c91abe435beefc595a33f537f777f4446 Reviewed-on: http://review.typo3.org/43626 Reviewed-by: Andreas Fernandez <typo3@scripting-base.de> Tested-by: Andreas Fernandez <typo3@scripting-base.de> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org>
This commit is contained in:
parent
35617cc998
commit
f6adbf7145
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
|
||||||
'uploadfolder' => 0,
|
'uploadfolder' => 0,
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'version' => '7.5.0',
|
'version' => '7.6.0',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array(
|
'depends' => array(
|
||||||
'typo3' => '7.5.0-7.5.99',
|
'typo3' => '7.6.0-7.6.99',
|
||||||
),
|
),
|
||||||
'conflicts' => array(),
|
'conflicts' => array(),
|
||||||
'suggests' => array(),
|
'suggests' => array(),
|
||||||
|
|
Loading…
Reference in a new issue