-
Notifications
You must be signed in to change notification settings - Fork 92
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
2.0 requires "peekmo/jsonpath": "dev-feature_pathing_retention", #26
Comments
There are two packages needed to solve particular cases.
When these libraries are either replaced or tagged appropriately, this package will not require the "dev" stability level. You may have a better understanding on Composer than I but I think your concern can be mitigated by the prefer-stable flag.
|
The issue is, that this stable package now depends on a dev release... something that shouldn't have happened. It's now impossible to use this 2.0 package in a stable way. |
Lowering the minimum-stability is not what you want to do as it will grab other dev versions when you run If upstream packages were not yet released and tagged, 2.0 of this lib couldn't have been released. |
Isn't "minimum-stability : dev" mitigated by "prefer-stable : true"? If that is insufficient, we could untag this as 2.X and stick with dev-master. |
Not sure, I tried it yesterday and it started downloading the whole internet as It's not a big deal, but maybe good to tag a new release whenever these dependencies are merged and tagged. |
Hi!
Why does 2.0 require a dev package?
This way, I cannot install the package because of my minimal stability setting.
The text was updated successfully, but these errors were encountered: