feedit/composer.json
Josef Glatz 35617cc998 [TASK] Change typo3.org links to https
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>
2015-09-23 16:17:06 +02:00

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/"
}
}
}