mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Update TYPO3 version to TYPO3 7.5-dev
Releases: master Change-Id: I4e245c825571869d93052e8f759e40e85ff6c140 Reviewed-on: http://review.typo3.org/42251 Reviewed-by: Frank Nägler <frank.naegler@typo3.org> Tested-by: Frank Nägler <frank.naegler@typo3.org> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org>
This commit is contained in:
parent
804e8fc96c
commit
25aff9ce5e
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.4.0",
|
||||
"version": "7.5.0",
|
||||
|
||||
"require": {
|
||||
"typo3/cms-core": "*"
|
||||
|
|
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '7.4.0',
|
||||
'version' => '7.5.0',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'typo3' => '7.4.0-7.4.99',
|
||||
'typo3' => '7.5.0-7.5.99',
|
||||
),
|
||||
'conflicts' => array(),
|
||||
'suggests' => array(),
|
||||
|
|
Loading…
Reference in a new issue