composer include js-cooky library

This commit is contained in:
2026-09-26 16:51:16 +02:00
parent f7c16211f8
commit 30b1fc31d4
2 changed files with 19 additions and 2 deletions
+3 -1
View File
@@ -149,6 +149,7 @@
"drupal/webform": "^6.3",
"drupal/workflow": "~2.1.13",
"drush/drush": "^13",
"js-cookie/js-cookie": "*",
"kint-php/kint": "^3.3",
"politsin/jquery-ui-touch-punch": "^1",
"smalot/pdfparser": "*",
@@ -213,7 +214,8 @@
"merge-plugin": {
"include": [
"web/profiles/d8-starterkit-profile/composer.json",
"web/modules/contrib/webform/composer.libraries.json"
"web/modules/contrib/webform/composer.libraries.json",
"web/modules/contrib/js_cookie/composer.libraries.json"
],
"recurse": true,
"replace": false,