mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
b711583d86
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
15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"name": "typo3/cms/feedit",
|
|
"type": "typo3-cms-framework",
|
|
"description": "TYPO3 Core",
|
|
"homepage": "http://typo3.org",
|
|
"license": ["GPL-3.0+"],
|
|
"version": "6.2.0",
|
|
|
|
"require": {
|
|
"typo3/cms/core": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
}
|
|
}
|