Skip to content

Commit

Permalink
[TASK] Remove preferred-install setting from composer.json (#753)
Browse files Browse the repository at this point in the history
They default is "dist" since Composer 2.1, so this setting is superfluous now:
https://getcomposer.org/doc/06-config.md#preferred-install
  • Loading branch information
brotkrueml authored Mar 29, 2024
1 parent b4d28c1 commit 07948bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
"config": {
"bin-dir": ".Build/bin",
"vendor-dir": ".Build/vendor",
"preferred-install": {
"*": "dist"
},
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
Expand Down

0 comments on commit 07948bb

Please sign in to comment.