-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Labels
Description
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,
Reactions are currently unavailable