Update to composer 2.2
It comes with huge performance improvements again, but also security hardening.
However, it also needs changes to the project's composer.json: https://getcomposer.org/doc/06-config.md#allow-plugins
It comes with huge performance improvements again, but also security hardening.
However, it also needs changes to the project's composer.json: https://getcomposer.org/doc/06-config.md#allow-plugins
added To Do label
changed the description
Add the following snippet into the config section of composer.json files of all existing projects and also to the projects templates:
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"endroid/installer": true,
"bitegra/*": true,
"lakedrops/*": true
}
mentioned in commit composer/project/drupal-9@e68919b1
As composer v2.2 came unintentionally with the latest update of l3d, we've checked that it still works and now operate on it everywhere.
closed
removed To Do label