-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Undefined version constraint #368
Comments
This would break when Laravel Framework or Testbench Core API has "minor" breaking changes when using
Latest version changed from |
|
Yes that should work fine. The idea is that if they use |
Description:
While not a "bug", the recent constraints for
laravel/framework
list<10.15.0
. However, this is not a real Laravel version (yet). As such, it breaks parsing and compatibility tests. Simply>=10.13.5
or^10.13.5
is enough to represent the10.13.5
requirement as well as future versions. It help me, as well as those that use Shift, if you could drop the upper bound, invalid constraint.The text was updated successfully, but these errors were encountered: