diff --git a/composer.json b/composer.json index af9395fca..08e8b1041 100644 --- a/composer.json +++ b/composer.json @@ -182,6 +182,7 @@ "drupal/webp": "^1.0@beta", "drupal/xmlsitemap": "^1.0", "drush/drush": "^11.1", + "harvesthq/chosen": "^1.8", "onlyextart/colorbox": "dev-master#e58476becbc89dc671093d1bcd9f99b2167fa8f7", "sainsburys/guzzle-oauth2-plugin": "^3.0", "seboettg/citeproc-php": "2.4.1", diff --git a/composer.lock b/composer.lock index 73e9a22be..f9d3d186e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "61a3aee71286bcb1c1cc77baad771564", + "content-hash": "9ef091b3a408bc56bf7b6ea229b3cf40", "packages": [ { "name": "acquia/blt", @@ -13289,6 +13289,58 @@ ], "time": "2023-04-17T16:00:37+00:00" }, + { + "name": "harvesthq/chosen", + "version": "v1.8.7", + "source": { + "type": "git", + "url": "https://github.com/harvesthq/chosen-package.git", + "reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/harvesthq/chosen-package/zipball/ad86732b668627c131e61ee8f0e6e9ed52e4db8d", + "reference": "ad86732b668627c131e61ee8f0e6e9ed52e4db8d", + "shasum": "" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Koen Punt", + "homepage": "https://github.com/koenpunt" + }, + { + "name": "Patrick Filler", + "homepage": "https://github.com/pfiller" + }, + { + "name": "Christophe Coevoet", + "homepage": "https://github.com/stof" + }, + { + "name": "Ken Earley", + "homepage": "https://github.com/kenearley" + } + ], + "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.", + "homepage": "https://harvesthq.github.io/chosen/", + "keywords": [ + "dropdown", + "form", + "input", + "multiselect", + "select", + "ui" + ], + "support": { + "source": "https://github.com/harvesthq/chosen-package/tree/v1.8.7" + }, + "time": "2018-06-28T20:32:51+00:00" + }, { "name": "joshfraser/php-name-parser", "version": "dev-master",