feedit/composer.json

16 lines
251 B
JSON
Raw Normal View History

{
"name": "typo3/cms-feedit",
"type": "typo3-cms-framework",
"description": "TYPO3 Core",
"homepage": "http://typo3.org",
"license": ["GPL-3.0+"],
"version": "6.2.0",
"require": {
"typo3/cms-core": "*"
},
"replace": {
"feedit": "*"
}
}