Closed (fixed)
Project:
Colorbox
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2022 at 23:50 UTC
Updated:
21 Jun 2023 at 20:39 UTC
Jump to comment: Most recent
I see drush 9, shouldn't this be drush 10 ? or does it matter?
https://git.drupalcode.org/project/colorbox/-/blob/8.x-1.x/composer.json...
review
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
shelaneThis should allow for Drush 10 and 11. When running a site install command with verbose, it gives this debug message:
[debug] colorbox commands loaded even though its constraint (^9) is incompatible with Drush 11.0.5. Broaden the constraint in modules/contrib/colorbox/composer.json (see 'extra\drush\services' section) to remove this message. [10.01 sec, 100.98 MB]Comment #4
eduardo morales albertiBased on other modules https://git.drupalcode.org/project/config_split/-/blob/2.0.x/composer.js... I think is a better strategy to use a version constraint for each version.
"drush.services.yml": "^9 || ^10 || ^11"Comment #5
paulmckibbenComment #7
paulmckibben