mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
8c831aeb0c
All system extensions should have a dependency on "typo3/cms-core" with a fixed version set to "9.0.0". Additionally, EXT:core ("typo3/cms-core") needs to have all dependencies of the root composer.json in order to work as standalone composer package. Releases: master Resolves: #83270 Change-Id: Iaf0e925b46548914dcd0ffff49aedf5fc89107b6 Reviewed-on: https://review.typo3.org/55000 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Susanne Moog <susanne.moog@typo3.org> Tested-by: Susanne Moog <susanne.moog@typo3.org> Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by: Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org>
35 lines
563 B
JSON
35 lines
563 B
JSON
{
|
|
"name": "typo3/cms-feedit",
|
|
"type": "typo3-cms-framework",
|
|
"description": "",
|
|
"homepage": "https://typo3.org",
|
|
"license": ["GPL-2.0+"],
|
|
"authors": [{
|
|
"name": "TYPO3 Core Team",
|
|
"email": "typo3cms@typo3.org",
|
|
"role": "Developer"
|
|
}],
|
|
|
|
"require": {
|
|
"typo3/cms-core": "9.0.0"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "feedit"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
|
}
|
|
}
|
|
}
|