mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
35617cc998
Since http://typo3.org has been changed to https, adopt all links in the core as well. Replace some outdated links to newer once (if it could be replaced). Resolves: #69989 Releases: master Change-Id: I5d612b3b01cb75b613483649e8c754336c0fe516 Reviewed-on: http://review.typo3.org/43459 Reviewed-by: Andreas Fernandez <typo3@scripting-base.de> Tested-by: Andreas Fernandez <typo3@scripting-base.de> Reviewed-by: Josef Glatz <jousch@gmail.com> Tested-by: Josef Glatz <jousch@gmail.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
19 lines
305 B
JSON
19 lines
305 B
JSON
{
|
|
"name": "typo3/cms-feedit",
|
|
"type": "typo3-cms-framework",
|
|
"description": "TYPO3 Core",
|
|
"homepage": "https://typo3.org",
|
|
"license": ["GPL-3.0+"],
|
|
|
|
"require": {
|
|
"typo3/cms-core": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Feedit\\": "Classes/"
|
|
}
|
|
}
|
|
}
|