[drush 10] path_redirect_import should have an extra.drush.services section in its composer.json

Created on 25 February 2022, over 2 years ago
Updated 24 January 2023, over 1 year ago

Problem/Motivation

When running $ drush deploy with drush version 10 the following error occurs:

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

Steps to reproduce

Proposed resolution

Add the following section to the composer.json file of this module:

  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9 || ^10"
      }
    }
  }

This is also done in other modules like acquia_connector, config_inspector, pathauto and many others.

Remaining tasks

Add the extra section and create composer.json file for this module.

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands ndf Amsterdam

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.

Production build 0.69.0 2024