mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
b7c907c8ea
Resolves: #63547 Releases: master Change-Id: I8f48df6de186b416e6a960e8f176afddabb5614d Reviewed-on: http://review.typo3.org/34971 Reviewed-by: Sebastian Michaelsen <michaelsen@t3seo.de> Tested-by: Sebastian Michaelsen <michaelsen@t3seo.de> Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de> 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.1.0",
|
|
|
|
"require": {
|
|
"typo3/cms-core": "*"
|
|
},
|
|
"replace": {
|
|
"feedit": "*"
|
|
}
|
|
}
|