- Issue created by @mxr576
- Merge request !379Disable tbachert/spi and php-http/discovery plugins by default → (Open) created by mxr576
- 🇪🇸Spain fjgarlin
Thanks for the issue and MR. I asked a question in the MR. Needs work based on that.
These plugins are only used by Drupal core for running their internal performance tests, therefore contrib projects does not need them.
Plugins introduced by drupal/core-dev.
Use the https://github.com/ddev/ddev-drupal-contrib plugin and run the ddev poser
command.
Project composer.json specifies core ^10.3 || ^11
core_version=11
Writing output to composer.contrib.json
php-http/discovery contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "php-http/discovery" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] n
tbachert/spi contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "tbachert/spi" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] n
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Active
gitlab-ci
Thanks for the issue and MR. I asked a question in the MR. Needs work based on that.