Skip to content

Commit

Permalink
Updated composer
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyde committed Sep 12, 2024
1 parent 7e577cb commit 881ac22
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 15 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
12 changes: 11 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 881ac22

Please sign in to comment.