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 is getting an old version of the plugin #759

Open
Hugologic opened this issue Oct 13, 2020 · 0 comments
Open

Composer is getting an old version of the plugin #759

Hugologic opened this issue Oct 13, 2020 · 0 comments

Comments

@Hugologic
Copy link

Adding this plugin via Composer to my project results in an old version being installed (v1.14.1 from 2016). This is happening because Packagist is pointing to the wrong repo URL: https://github.com/kamihouse/jQuery-Mask-Plugin instead of https://github.com/igorescobar/jQuery-Mask-Plugin

Please update the repo URL on https://packagist.org/packages/igorescobar/jquery-mask-plugin

Also, I would recommend adding the "require" section to the composer.json file to let Composer know which version of jQuery is compatible. Something like this:
"require": { "components/jquery": ">=1.7" },

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

No branches or pull requests

1 participant