The
reference
does not seem to be good, by using the recommended tag version (v1.11.3
) there is no issue and no need a patch :-
First, add this in
repositories
part in composer.json :"jquery-ui-slider-pips": { "type": "package", "package": { "name": "simeydotme/jquery-ui-slider-pips", "version": "1.11.3", "type": "drupal-library", "source": { "url": "https://github.com/simeydotme/jquery-ui-slider-pips", "type": "git", "reference": "v1.11.3" } } }
-
And then execute :
composer require simeydotme/jquery-ui-slider-pips
-