mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Make sysexts composer names standards compliant
Resolves: #53753 Releases: 6.2 Change-Id: I3acb81c71796bc84ada29e6cdf6141be07f69ca3 Reviewed-on: https://review.typo3.org/25503 Reviewed-by: Christian Opitz Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Felix Kopp Tested-by: Felix Kopp Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik
This commit is contained in:
parent
c07ce049e1
commit
7206900326
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "typo3/cms/feedit",
|
||||
"name": "typo3/cms-feedit",
|
||||
"type": "typo3-cms-framework",
|
||||
"description": "TYPO3 Core",
|
||||
"homepage": "http://typo3.org",
|
||||
|
@ -7,7 +7,7 @@
|
|||
"version": "6.2.0",
|
||||
|
||||
"require": {
|
||||
"typo3/cms/core": "*"
|
||||
"typo3/cms-core": "*"
|
||||
},
|
||||
"replace": {
|
||||
"feedit": "*"
|
||||
|
|
Loading…
Reference in a new issue