Problem/Motivation
Drupal and Drush cite that Drush 13.x is required for Drupal 11.x. The Data Structures composer.json has a requirement on Drush 12.x.
Steps to reproduce
Try to install Drush 13.x on a site with data_structures.
Proposed resolution
Potentially support 12.x and 13.x.
Remaining tasks
Test Data Structures with D11 and Drush 13.x.
Issue fork data_structures-3507304
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
Comment #2
joelsteidl commentedAt a minimum we could adjust `composer.json`
Here is the changelog for Drush 13.0.0 https://github.com/drush-ops/drush/releases/tag/13.0.0.
Comment #5
fathershawnThanks for the prompt! I was working on #3507417: Add a sub-module that can be used if DS is present. locally without creating an issue here in the queue, which will require v13 but a release hasn't come out yet. Give a quick look at the MR - tested a generator command locally and all seems well.
Comment #6
joelsteidl commented@fathershawn
I tested your MR on a D11.x site with Drush 13.x and was able to successfully run a generate command.
The bump to PHP 8.3 and Drush 13.x in composer.json look good.
Comment #7
fathershawnThanks for confirming - merging so I can tag
Comment #9
fathershawnComment #10
fathershawnComment #11
fathershawn