mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-10 01:36:09 +01:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "friendsoftypo3/feedit",
|
|
"type": "typo3-cms-extension",
|
|
"description": "Edit a TYPO3 page content element in the backend by clicking it in the frontend as a logged-in backend user.",
|
|
"homepage": "https://extensions.typo3.org/extension/feedit",
|
|
"support": {
|
|
"issues": "https://github.com/FriendsOfTYPO3/feedit/issues",
|
|
"source": "https://github.com/FriendsOfTYPO3/feedit",
|
|
"docs": "https://docs.typo3.org/p/friendsoftypo3/feedit/main/en-us/"
|
|
},
|
|
"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": "^11 || ^12",
|
|
"typo3/cms-backend": "^11 || ^12",
|
|
"typo3/cms-core": "^11 || ^12",
|
|
"typo3/cms-frontend": "^11 || ^12",
|
|
"psr/http-message": "~1.0",
|
|
"psr/http-server-handler": "^1.0",
|
|
"psr/http-server-middleware": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"typo3/cms": "*"
|
|
},
|
|
"replace": {
|
|
"typo3/cms-feedit": "*"
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "feedit"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
|
}
|
|
}
|
|
}
|