mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
056687d954
Composer license definition GPL-2.0+ has been deprecated and has to be replaced with GPL-2.0-or-later. Resolves: #83607 Releases: master, 8.7, 7.6, 6.2 Change-Id: I6113bc3a90cb6a56830b930522dde2eaacd5025e Reviewed-on: https://review.typo3.org/55404 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Riccardo De Contardi <erredeco@gmail.com> Reviewed-by: Oliver Hader <oliver.hader@typo3.org> Tested-by: Oliver Hader <oliver.hader@typo3.org>
35 lines
577 B
JSON
35 lines
577 B
JSON
{
|
|
"name": "typo3/cms-feedit",
|
|
"type": "typo3-cms-framework",
|
|
"description": "",
|
|
"homepage": "https://typo3.org",
|
|
"license": ["GPL-2.0-or-later"],
|
|
"authors": [{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}],
|
|
|
|
"require": {
|
|
"typo3/cms-core": "9.1.*@dev"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.1.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "feedit"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
|
}
|
|
}
|
|
}
|