-
Notifications
You must be signed in to change notification settings - Fork 754
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
Composer update issue #1398
Comments
Hi @lindonb! It looks like it should work... but maybe I need to add the See https://semver.mwl.be/#?package=components%2Fjquery&version=%5E1.2.6&minimum-stability=stable |
Ahhh, using https://semver.mwl.be/#?package=components%2Fjquery&version=%3E%3D1.2.6&minimum-stability=stable |
Please let me know if this fix works.... it may not work until the next version is released. |
Okay, will test when the next version is released. And yes, my composer.json has query in components/jquery so adding "components/" makes sense. Thanks for the quick response! |
Hey @lindonb! New release available! Please let me know if composer is happy. |
Works like a charm! |
When trying to update to version 2.28.9 through composer, I get the following error:
Problem 1
I am using jquery ^3.1.0, also through composer.
Any idea what the issue might be? I was wondering if the
^1.2.6
in thecomposer.json
file should be>=1.2.6
based on this link, but then presumably others would have this issue too.Thanks,
The text was updated successfully, but these errors were encountered: