You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" },
The text was updated successfully, but these errors were encountered:
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" },
The text was updated successfully, but these errors were encountered: