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

Composer update issue #1398

Closed
lindonb opened this issue May 12, 2017 · 6 comments
Closed

Composer update issue #1398

lindonb opened this issue May 12, 2017 · 6 comments
Labels

Comments

@lindonb
Copy link

lindonb commented May 12, 2017

When trying to update to version 2.28.9 through composer, I get the following error:

Problem 1

  • Installation request for mottie/tablesorter ^2.28.9 -> satisfiable by mottie/tablesorter[v2.28.9].
  • mottie/tablesorter v2.28.9 requires jquery ^1.2.6 -> no matching package found.

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 the composer.json file should be >=1.2.6 based on this link, but then presumably others would have this issue too.
Thanks,

@Mottie
Copy link
Owner

Mottie commented May 12, 2017

Hi @lindonb!

It looks like it should work... but maybe I need to add the components/ to the beginning of the jquery?

See https://semver.mwl.be/#?package=components%2Fjquery&version=%5E1.2.6&minimum-stability=stable

@Mottie
Copy link
Owner

Mottie commented May 12, 2017

@Mottie
Copy link
Owner

Mottie commented May 12, 2017

Please let me know if this fix works.... it may not work until the next version is released.

@lindonb
Copy link
Author

lindonb commented May 12, 2017

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!

@Mottie
Copy link
Owner

Mottie commented May 16, 2017

Hey @lindonb!

New release available! Please let me know if composer is happy.

@lindonb
Copy link
Author

lindonb commented May 21, 2017

Works like a charm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants