mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[TASK] Update all extension versions to 6.3.0
Resolves: #59742 Releases: 6.3 Change-Id: Id6c05025873bdbdeebd74585f9bd4093657999e0 Reviewed-on: https://review.typo3.org/30965 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
This commit is contained in:
parent
5dd8d6e874
commit
39fb1c31a6
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
"description": "TYPO3 Core",
|
"description": "TYPO3 Core",
|
||||||
"homepage": "http://typo3.org",
|
"homepage": "http://typo3.org",
|
||||||
"license": ["GPL-3.0+"],
|
"license": ["GPL-3.0+"],
|
||||||
"version": "6.2.0",
|
"version": "6.3.0",
|
||||||
|
|
||||||
"require": {
|
"require": {
|
||||||
"typo3/cms-core": "*"
|
"typo3/cms-core": "*"
|
||||||
|
|
|
@ -27,10 +27,10 @@ $EM_CONF[$_EXTKEY] = array(
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'lockType' => 'system',
|
'lockType' => 'system',
|
||||||
'author_company' => 'Web-Empowered Church',
|
'author_company' => 'Web-Empowered Church',
|
||||||
'version' => '6.2.0',
|
'version' => '6.3.0',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array(
|
'depends' => array(
|
||||||
'typo3' => '6.2.0-6.2.99',
|
'typo3' => '6.3.0-6.3.99',
|
||||||
),
|
),
|
||||||
'conflicts' => array(),
|
'conflicts' => array(),
|
||||||
'suggests' => array()
|
'suggests' => array()
|
||||||
|
|
Loading…
Reference in a new issue