feedit/composer.json
Patrik Karisch 7bb14e9b28 [BUGFIX] Fix branch alias to the current minor version
It's better to fix the current minor release in the branch version too,
so depending projects can use the dev version of this specific minor
release and will not have any headaches when 9.0 gets released.

Resolves: #77984
Releases: master
Change-Id: I36def811213dd99a3bf938af0459026d6233f645
Reviewed-on: https://review.typo3.org/49966
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
2017-12-12 14:20:40 +01:00

35 lines
565 B
JSON

{
"name": "typo3/cms-feedit",
"type": "typo3-cms-framework",
"description": "",
"homepage": "https://typo3.org",
"license": ["GPL-2.0+"],
"authors": [{
"name": "TYPO3 Core Team",
"email": "typo3cms@typo3.org",
"role": "Developer"
}],
"require": {
"typo3/cms-core": "9.0.0"
},
"conflict": {
"typo3/cms": "*"
},
"replace": {
"feedit": "*"
},
"extra": {
"branch-alias": {
"dev-master": "9.0.x-dev"
},
"typo3/cms": {
"extension-key": "feedit"
}
},
"autoload": {
"psr-4": {
"TYPO3\\CMS\\Feedit\\": "Classes/"
}
}
}