mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version in ext_emconf.php and composer.json
Resolves: #67478 Releases: master Change-Id: I49cebb422ff87d245d757f7736a3b8b969e8b243 Reviewed-on: http://review.typo3.org/40273 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Benjamin Mack <benni@typo3.org> Tested-by: Benjamin Mack <benni@typo3.org>
This commit is contained in:
parent
2c2e6f3dfd
commit
ed41ac89eb
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "TYPO3 Core",
|
||||
"homepage": "http://typo3.org",
|
||||
"license": ["GPL-3.0+"],
|
||||
"version": "7.3.0",
|
||||
"version": "7.4.0",
|
||||
|
||||
"require": {
|
||||
"typo3/cms-core": "*"
|
||||
|
|
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '7.3.0',
|
||||
'version' => '7.4.0',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'typo3' => '7.3.0-7.3.99',
|
||||
'typo3' => '7.4.0-7.4.99',
|
||||
),
|
||||
'conflicts' => array(),
|
||||
'suggests' => array(),
|
||||
|
|
Loading…
Reference in a new issue