Commit 54b0d2af authored by Andrew Belcher's avatar Andrew Belcher Committed by Jacob Rockowitz
Browse files

Issue #3264249 by andrewbelcher, Eduardo Morales Alberti, nishantghetiya:...

Issue #3264249 by andrewbelcher, Eduardo Morales Alberti, nishantghetiya: Composer library error "the given path has multiple possibilities"
parent c9cf727c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@
                    "installer-name": "jquery.icheck"
                },
                "dist": {
                    "url": "https://github.com/fronteed/icheck/archive/1.0.2.zip",
                    "url": "https://github.com/dargullin/icheck/archive/refs/tags/1.0.2.zip",
                    "type": "zip"
                }
            }
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ function webform_icheck_webform_libraries_info() {
    'description' => t('Highly customizable checkboxes and radio buttons.'),
    'notes' => t('iCheck is used to optionally enhance checkboxes and radio buttons.'),
    'homepage_url' => Url::fromUri('http://icheck.fronteed.com/'),
    'download_url' => Url::fromUri('https://github.com/fronteed/icheck/archive/1.0.2.zip'),
    'download_url' => Url::fromUri('https://github.com/dargullin/icheck/archive/refs/tags/1.0.2.zip'),
    'version' => '1.0.2 ',
    'optional' => FALSE,
    'deprecated' => t('The iCheck library is not being maintained. It has been <a href=":href">deprecated</a> and will be removed in Webform 7.0.', [':href' => 'https://www.drupal.org/project/webform/issues/2931154']),