mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
ed41ac89eb
Resolves: #67478 Releases: master Change-Id: I49cebb422ff87d245d757f7736a3b8b969e8b243 Reviewed-on: http://review.typo3.org/40273 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Benjamin Mack <benni@typo3.org> Tested-by: Benjamin Mack <benni@typo3.org>
20 lines
325 B
JSON
20 lines
325 B
JSON
{
|
|
"name": "typo3/cms-feedit",
|
|
"type": "typo3-cms-framework",
|
|
"description": "TYPO3 Core",
|
|
"homepage": "http://typo3.org",
|
|
"license": ["GPL-3.0+"],
|
|
"version": "7.4.0",
|
|
|
|
"require": {
|
|
"typo3/cms-core": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
|
}
|
|
}
|
|
}
|