igorescobar / jQuery-Mask-Plugin

A jQuery Plugin to make masks on form fields and HTML elements.
http://igorescobar.github.io/jQuery-Mask-Plugin/
Other
4.77k stars 1.42k forks source link

Composer is getting an old version of the plugin #759

Open Hugologic opened 3 years ago

Hugologic commented 3 years ago

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" },