From 881ac2205023c63e0704e91bdc6307f35c2be720 Mon Sep 17 00:00:00 2001 From: martinyde Date: Thu, 12 Sep 2024 09:06:24 +0200 Subject: [PATCH] Updated composer --- .gitignore | 2 +- composer.json | 16 +++++++++++++++- composer.lock | 12 +++++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f766bd38..558163580 100644 --- a/.gitignore +++ b/.gitignore @@ -65,7 +65,7 @@ /web/modules/contrib/ /web/themes/contrib/ /web/profiles/contrib/ -/web/libraries/ +#/web/libraries/ # Generally you should only ignore the root vendor directory. It's important # that core/assets/vendor and any other vendor directories within contrib or diff --git a/composer.json b/composer.json index 35f4a70cb..9d23ad4cb 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,8 @@ "drupal/views_flag_refresh": "^1.0", "drupal/viewsreference": "^2.0@beta", "drupal/xls_serialization": "^1.3", - "drush/drush": "^12.2" + "drush/drush": "^12.2", + "jjj/chosen": "2.2.1" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", @@ -82,6 +83,19 @@ "url": "https://packages.drupal.org/8", "canonical": false }, + "chosen": { + "type": "package", + "package": { + "name": "jjj/chosen", + "version": "2.2.1", + "type": "drupal-library", + "source": { + "url": "https://github.com/JJJ/chosen.git", + "type": "git", + "reference": "2.2.1" + } + } + }, "drupal/theme_switcher": { "type": "vcs", "url": "https://git.drupalcode.org/project/theme_switcher" diff --git a/composer.lock b/composer.lock index 6de57f357..934b65d53 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": "053f2fe968ab3b32a8ec4cb22063340e", + "content-hash": "789a847802ed1c5c5b3101fe3a3ef7ec", "packages": [ { "name": "asm89/stack-cors", @@ -5629,6 +5629,16 @@ ], "time": "2023-12-03T20:05:35+00:00" }, + { + "name": "jjj/chosen", + "version": "2.2.1", + "source": { + "type": "git", + "url": "https://github.com/JJJ/chosen.git", + "reference": "2.2.1" + }, + "type": "drupal-library" + }, { "name": "league/container", "version": "4.2.2",