mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
7a7d6c8069
Update version number of all sysext and dependency definitions. Resolves: #62341 Releases: master Change-Id: Ic8b1b8ead08432917a28b226bbb43347dac42087 Reviewed-on: http://review.typo3.org/33395 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"name": "typo3/cms-feedit",
|
|
"type": "typo3-cms-framework",
|
|
"description": "TYPO3 Core",
|
|
"homepage": "http://typo3.org",
|
|
"license": ["GPL-3.0+"],
|
|
"version": "7.0.0",
|
|
|
|
"require": {
|
|
"typo3/cms-core": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
}
|
|
}
|