Problem/Motivation

Any reason from the drush requirement? I had to upgrade drush version to take this module for a test drive.

{
  "name": "drupal/canvas_field_component",
  "type": "drupal-module",
  "description": "Allow randered fields to be placed in Drupal Canvas templates.",
  "keywords": [
    "Drupal"
  ],
  "license": "GPL-2.0-or-later",
  "require": {
    "drush/drush": "^13.7",
    "drupal/canvas": "^1.3"
  }
}

Proposed resolution

Remove drush from composer.json.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

apmsooner created an issue. See original summary.

mandclu made their first commit to this issue’s fork.

mandclu’s picture

Version: 1.0.0-beta5 » 1.0.x-dev
Assigned: Unassigned » mandclu
Category: Support request » Bug report
Status: Active » Needs review
apmsooner’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

  • mandclu committed 4283963a on 1.0.x
    feat: #3586399 Drush version in composer.json
    
    By: apmsooner
    By: mandclu
    
mandclu’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for raising this. It was a strange side effect of trying out a ddev add-on for contribution :-P

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.