Add Drush 13 support for a Drupal 11 installation

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

fwust created an issue. See original summary.

fwust’s picture

For Drupal 11 & Drush 13

add to composer.json

"repositories": {
     "drupal/phingdrushtask": {
          "type": "git",
          "url": "https://git.drupalcode.org/issue/phingdrushtask-3584926.git"
    },
}

composer require 'drupal/phingdrushtask:dev-3584926-support-drush-13'

fwust’s picture

Status: Active » Needs review