Skip to content

psysh 0.11 does not work with Drush 10#4917

Merged
weitzman merged 1 commit intodrush-ops:10.xfrom
felmab:10.x
Dec 12, 2021
Merged

psysh 0.11 does not work with Drush 10#4917
weitzman merged 1 commit intodrush-ops:10.xfrom
felmab:10.x

Conversation

@felmab
Copy link

@felmab felmab commented Dec 9, 2021

See #4916

@weitzman weitzman merged commit 94cfb4f into drush-ops:10.x Dec 12, 2021
@bobthecow
Copy link

That ~ sure is a pain 😕

I would recommend ^ operator based constraints in general, but especially here, as they respect SemVer better. Caret knows what to do with 0.x versions, but tilde does not. In this case, something like

^0.6 || ^0.7 || ^0.8 || ^0.9 || ^0.10

… And update it with each 0.x version bump once it's been determined not to cause any backwards compatibility issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants