mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
941eba3a15
Releases: master Change-Id: Ia7f55a6f40ec6b80939a78b13aa3fafc6c11132a Reviewed-on: https://review.typo3.org/55055 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
35 lines
565 B
JSON
35 lines
565 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.1.0"
|
|
},
|
|
"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/"
|
|
}
|
|
}
|
|
}
|