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

Cannot install with commerceguys/intl 0.5 #10

Closed
colinodell opened this issue Mar 11, 2015 · 0 comments
Closed

Cannot install with commerceguys/intl 0.5 #10

colinodell opened this issue Mar 11, 2015 · 0 comments

Comments

@colinodell
Copy link
Contributor

I'm unable to lock my version of commerceguys/intl to 0.5 because it's technically incompatible with the dev-master requirement of this package:

2015-03-11_09-52-29

That behavior sorta makes sense though (in a weird way) since dev-master may contain changes not present in an earlier release.

I'm therefore forced to either:

  1. Require an unstable version of commerceguys/intl; or,
  2. Use an alias to trick Composer into thinking the 0.5 release is dev-master:

2015-03-11_10-00-41

Neither workaround is ideal - the former introduces potentially unstable code into my system, and the latter doesn't seem to allow version constraint ranges like 0.5.*, 0.*, ~0.5, etc.

Would you consider modifying composer.json so that stable packages can be used?

I think ~0.5 would be good if you want to encourage/force use of a stable version, or * if unstable versions are fine.

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

No branches or pull requests

1 participant