mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
16 lines
250 B
JSON
16 lines
250 B
JSON
|
{
|
||
|
"name": "typo3/cms/feedit",
|
||
|
"type": "typo3cms-framework",
|
||
|
"description": "TYPO3 Core",
|
||
|
"homepage": "http://typo3.org",
|
||
|
"license": ["GPL-3.0+"],
|
||
|
"version": "6.2.0",
|
||
|
|
||
|
"require": {
|
||
|
"typo3/cms/core": "*"
|
||
|
},
|
||
|
"replace": {
|
||
|
"feedit": "*"
|
||
|
}
|
||
|
}
|