Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psysh 0.11 does not work with Drush 10 #4917

Merged
merged 1 commit into from Dec 12, 2021
Merged

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.

None yet

3 participants