config_sync should have an extra.drush.services section in its composer.json

Created on 25 January 2022, over 2 years ago
Updated 31 January 2024, 8 months ago

Problem/Motivation

When running drush en -y any_module -v I see the following:

 [info] config_sync should have an extra.drush.services section in its composer.json. See http://docs.drush.org/en/9.x/commands/#specifying-the-services-file.

Steps to reproduce

drush en -y any_module -v

Proposed resolution

Add the appropriate settings here: https://git.drupalcode.org/project/config_sync/-/blob/8.x-2.x/composer.json

Should probably be something like

  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9"
      }
    }
  }
πŸ› Bug report
Status

Closed: outdated

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States trackleft2

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • First commit to issue fork.
  • Status changed to Closed: outdated 8 months ago
  • πŸ‡ΊπŸ‡ΈUnited States trackleft2

    This is now outdated as of Drush 12

    According to the Drush maintainers, those info lines only get printed to the console, when Drush is being run in verbose mode. And then, they are just info lines, no error and no warning.

    In addition to that, the next major Drush version won't require those extra composer.json entries any longer. So, there doesn't seem to be a reason to actually change the current behaviour.

Production build 0.71.5 2024