mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
3ef11d9370
Change-Id: Ied93632cfdf9221044577b8506ffa82f317a8756 Reviewed-on: https://review.typo3.org/56626 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Helmut Hummel <typo3@helhum.io> Tested-by: Helmut Hummel <typo3@helhum.io>
43 lines
832 B
JSON
43 lines
832 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"
|
|
}],
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"typo3/cms-adminpanel": "9.3.*@dev",
|
|
"typo3/cms-backend": "9.3.*@dev",
|
|
"typo3/cms-core": "9.3.*@dev",
|
|
"typo3/cms-frontend": "9.3.*@dev",
|
|
"psr/http-message": "~1.0",
|
|
"psr/http-server-handler": "^1.0",
|
|
"psr/http-server-middleware": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.3.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"extension-key": "feedit"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
|
}
|
|
}
|
|
}
|