mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Add composer.json files for each sysext extension
Change-Id: Iaf88fc46903400d97f6f1dc3acedb3c9b438e8dd Releases: 6.2 Resolves: #52740 Related: #47018 Reviewed-on: https://review.typo3.org/24667 Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
8e70861212
commit
ae72f69589
1 changed files with 15 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue