Skip to content

Commit

Permalink
[TASK] Adjust composer.json declarations of system extensions
Browse files Browse the repository at this point in the history
In order to compatible with https://getcomposer.org/doc/04-schema.md
composer.json declarations had to be adjusted and dropped previous
replace statements like this:

"replace": {
    "core": "*"
}

Resolves: #89392
Releases: master, 9.5, 8.7
Change-Id: I4d530fe90551b16c54462a81a457d0bff9f2de8b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61949
Reviewed-by: Tobi Kretschmann <tobi@tobishome.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Tobi Kretschmann <tobi@tobishome.de>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
ohader committed Oct 11, 2019
1 parent 488b53e commit 401db8f
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 110 deletions.
4 changes: 0 additions & 4 deletions typo3/sysext/about/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"about": "*",
"aboutmodules": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/adminpanel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"adminpanel": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
1 change: 0 additions & 1 deletion typo3/sysext/backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"typo3/cms": "*"
},
"replace": {
"backend": "*",
"typo3/cms-context-help": "*",
"typo3/cms-cshmanual": "*",
"typo3/cms-func-wizards": "*",
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/belog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"belog": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/beuser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"beuser": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
1 change: 0 additions & 1 deletion typo3/sysext/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"symfony/routing": "4.2.7"
},
"replace": {
"core": "*",
"typo3/cms-lang": "*",
"typo3/cms-saltedpasswords": "*",
"typo3/cms-sv": "*"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/extbase/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"extbase": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/extensionmanager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"extensionmanager": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/feedit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"feedit": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "feedit"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/felogin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"felogin": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/filelist/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"filelist": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/filemetadata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"filemetadata": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "filemetadata"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/fluid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"fluid": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/fluid_styled_content/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"fluid_styled_content": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"form": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/frontend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"suggest": {
"typo3/cms-adminpanel": "Provides additional information and functionality for backend users in the frontend."
},
"replace": {
"frontend": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/impexp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"impexp": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/indexed_search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"indexed_search": "*"
},
"suggest": {
"typo3/cms-scheduler": "For garbage collection of search statistics"
},
Expand Down
1 change: 0 additions & 1 deletion typo3/sysext/info/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"typo3/cms": "*"
},
"replace": {
"info": "*",
"typo3/cms-info-pagetsconfig": "*"
},
"extra": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/install/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"install": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/linkvalidator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"linkvalidator": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "linkvalidator"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/lowlevel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"lowlevel": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/opendocs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"opendocs": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "opendocs"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/recordlist/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"recordlist": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/recycler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"recycler": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "recycler"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/redirects/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"redirects": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "redirects",
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/reports/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"reports": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/rsaauth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"rsaauth": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "rsaauth"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/rte_ckeditor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"rte_ckeditor": "*"
},
"suggest": {
"typo3/cms-setup": "*"
},
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/scheduler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"scheduler": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "scheduler"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/seo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"seo": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "seo",
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/setup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"setup": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/sys_action/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"sys_action": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "sys_action"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/sys_note/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"sys_note": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/t3editor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"t3editor": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/taskcenter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"taskcenter": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "taskcenter"
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/tstemplate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"tstemplate": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
3 changes: 0 additions & 3 deletions typo3/sysext/viewpage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"conflict": {
"typo3/cms": "*"
},
"replace": {
"viewpage": "*"
},
"extra": {
"typo3/cms": {
"Package": {
Expand Down
1 change: 0 additions & 1 deletion typo3/sysext/workspaces/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"typo3/cms": "*"
},
"replace": {
"workspaces": "*",
"typo3/cms-version": "*"
},
"extra": {
Expand Down

0 comments on commit 401db8f

Please sign in to comment.