2013-10-13 02:03:57 +02:00
|
|
|
{
|
2019-01-20 11:32:56 +01:00
|
|
|
"name": "friendsoftypo3/feedit",
|
|
|
|
"type": "typo3-cms-extension",
|
2022-04-05 13:30:32 +02:00
|
|
|
"description": "Edit a TYPO3 page content element in the backend by clicking it in the frontend as a logged-in backend user.",
|
2022-04-08 18:20:07 +02:00
|
|
|
"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/"
|
|
|
|
},
|
2018-01-18 11:24:07 +01:00
|
|
|
"license": ["GPL-2.0-or-later"],
|
2017-07-29 17:21:49 +02:00
|
|
|
"authors": [{
|
2018-04-04 21:21:19 +02:00
|
|
|
"name": "TYPO3 Core Team",
|
|
|
|
"email": "typo3cms@typo3.org",
|
|
|
|
"role": "Developer"
|
|
|
|
}],
|
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2013-10-13 02:03:57 +02:00
|
|
|
"require": {
|
2022-12-29 09:22:43 +01:00
|
|
|
"typo3/cms-adminpanel": "^11 || ^12",
|
|
|
|
"typo3/cms-backend": "^11 || ^12",
|
|
|
|
"typo3/cms-core": "^11 || ^12",
|
|
|
|
"typo3/cms-frontend": "^11 || ^12",
|
2018-04-05 13:09:41 +02:00
|
|
|
"psr/http-message": "~1.0",
|
|
|
|
"psr/http-server-handler": "^1.0",
|
|
|
|
"psr/http-server-middleware": "^1.0"
|
2013-10-13 02:03:57 +02:00
|
|
|
},
|
2017-07-26 17:58:34 +02:00
|
|
|
"conflict": {
|
|
|
|
"typo3/cms": "*"
|
|
|
|
},
|
2013-10-13 02:03:57 +02:00
|
|
|
"replace": {
|
2019-01-20 11:32:56 +01:00
|
|
|
"typo3/cms-feedit": "*"
|
2015-01-17 16:44:28 +01:00
|
|
|
},
|
2017-07-26 17:26:15 +02:00
|
|
|
"extra": {
|
2017-07-29 17:21:49 +02:00
|
|
|
"typo3/cms": {
|
|
|
|
"extension-key": "feedit"
|
2017-07-26 17:26:15 +02:00
|
|
|
}
|
|
|
|
},
|
2015-01-17 16:44:28 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
|
|
|
}
|
2013-10-13 02:03:57 +02:00
|
|
|
}
|
|
|
|
}
|