From b711583d8645b2089c6b6ccb142d9ea16b90dcc5 Mon Sep 17 00:00:00 2001 From: Thomas Maroschik Date: Tue, 15 Oct 2013 09:28:48 +0200 Subject: [PATCH] [TASK] Fix system extensions composer.json type entry The current composer type of system extensions is "typo3cms-framework". In the composer installer for TYPO3 CMS the composer type of extensions is "typo3-cms-extension". In order to align our composer type with the community defined it is changed to "typo3-cms-framework". Resolves: #52831 Releases: 6.2 Change-Id: I1f43a60bd4cf59b47163123b57c8ba09e35e6526 Reviewed-on: https://review.typo3.org/24780 Reviewed-by: Sebastian Fischer Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7c9562..cc8df07 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "typo3/cms/feedit", - "type": "typo3cms-framework", + "type": "typo3-cms-framework", "description": "TYPO3 Core", "homepage": "http://typo3.org", "license": ["GPL-3.0+"],