mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
39fb1c31a6
Resolves: #59742 Releases: 6.3 Change-Id: Id6c05025873bdbdeebd74585f9bd4093657999e0 Reviewed-on: https://review.typo3.org/30965 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
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": "6.3.0",
|
|
|
|
"require": {
|
|
"typo3/cms-core": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
}
|
|
}
|