extra.drush.services section is missing in composer.json

Created on 24 June 2022, over 2 years ago
Updated 27 February 2023, almost 2 years ago

Problem/Motivation

When running drush cr && drush cron -v the module displays this info message.

acquia_contenthub 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

Run drush cr && drush cron -v

Proposed resolution

Add

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

to composer.json

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States EugeneChechel

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.71.5 2024