Skip to content

Commit

Permalink
- Drupal 9.4.2
Browse files Browse the repository at this point in the history
- added libraries for webform
  • Loading branch information
mbuechner committed Jul 11, 2022
1 parent 2b74d0b commit 639007a
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 131 deletions.
22 changes: 21 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"oomphinc/composer-installers-extender": "^2.0.0",
"vlucas/phpdotenv": "^2.6",
"webflo/drupal-finder": "^1.2",
"webmozart/path-util": "^2.3"
"webmozart/path-util": "^2.3",
"wikimedia/composer-merge-plugin": "^2.0"
},
"conflict": {
"drupal/drupal": "*"
Expand All @@ -87,6 +88,13 @@
"prefer-stable": true,
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"cweagans/composer-patches": true,
"wikimedia/composer-merge-plugin": true
},
"platform": {
"php": "8.1",
"ext-gd": "1"
Expand Down Expand Up @@ -138,6 +146,18 @@
"[web-root]/README.md": false
}
},
"merge-plugin": {
"include": [
"composer.*.json"
],
"recurse": true,
"replace": false,
"ignore-duplicates": false,
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": false
},
"patches": {
"drupal/config_installer": {
"#2991182: Fix for RuntimeException during installation": "https://www.drupal.org/files/issues/2018-09-06/2991182-9.patch"
Expand Down
311 changes: 311 additions & 0 deletions composer.libraries.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
{
"name": "drupal/webform",
"description": "Enables the creation of webforms and questionnaires.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"homepage": "https://drupal.org/project/webform",
"authors": [
{
"name": "Jacob Rockowitz (jrockowitz)",
"homepage": "https://www.drupal.org/u/jrockowitz",
"role": "Maintainer"
},
{
"name": "Alexander Trotsenko (bucefal91)",
"homepage": "https://www.drupal.org/u/bucefal91",
"role": "Co-maintainer"
},
{
"name": "Contributors",
"homepage": "https://www.drupal.org/node/7404/committers",
"role": "Contributor"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
"source": "https://git.drupalcode.org/project/webform",
"docs": "https://www.drupal.org/docs/8/modules/webform",
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
},
"require": {
"algolia/places": "*",
"ckeditor/autogrow": "*",
"ckeditor/codemirror": "*",
"ckeditor/fakeobjects": "*",
"ckeditor/image": "*",
"ckeditor/link": "*",
"codemirror/codemirror": "*",
"jquery/inputmask": "*",
"jquery/intl-tel-input": "*",
"jquery/rateit": "*",
"jquery/select2": "*",
"jquery/textcounter": "*",
"jquery/timepicker": "*",
"progress-tracker/progress-tracker": "*",
"signature_pad/signature_pad": "*",
"tabby/tabby": "*",
"tippyjs/6.x": "*"
},
"suggest": {
"drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.",
"drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained."
},
"repositories": {
"algolia.places": {
"type": "package",
"package": {
"name": "algolia/places",
"version": "1.19.0",
"type": "drupal-library",
"extra": {
"installer-name": "algolia.places"
},
"dist": {
"url": "https://registry.npmjs.org/places.js/-/places.js-1.19.0.tgz",
"type": "tar"
}
}
},
"ckeditor.autogrow": {
"type": "package",
"package": {
"name": "ckeditor/autogrow",
"version": "4.18.0",
"type": "drupal-library",
"extra": {
"installer-name": "ckeditor.autogrow"
},
"dist": {
"url": "https://download.ckeditor.com/autogrow/releases/autogrow_4.18.0.zip",
"type": "zip"
}
}
},
"ckeditor.codemirror": {
"type": "package",
"package": {
"name": "ckeditor/codemirror",
"version": "v1.17.12",
"type": "drupal-library",
"extra": {
"installer-name": "ckeditor.codemirror"
},
"dist": {
"url": "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin/releases/download/v1.17.12/CKEditor-CodeMirror-Plugin.zip",
"type": "zip"
}
}
},
"ckeditor.fakeobjects": {
"type": "package",
"package": {
"name": "ckeditor/fakeobjects",
"version": "4.18.0",
"type": "drupal-library",
"extra": {
"installer-name": "ckeditor.fakeobjects"
},
"dist": {
"url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.18.0.zip",
"type": "zip"
}
}
},
"ckeditor.image": {
"type": "package",
"package": {
"name": "ckeditor/image",
"version": "4.18.0",
"type": "drupal-library",
"extra": {
"installer-name": "ckeditor.image"
},
"dist": {
"url": "https://download.ckeditor.com/image/releases/image_4.18.0.zip",
"type": "zip"
}
}
},
"ckeditor.link": {
"type": "package",
"package": {
"name": "ckeditor/link",
"version": "4.18.0",
"type": "drupal-library",
"extra": {
"installer-name": "ckeditor.link"
},
"dist": {
"url": "https://download.ckeditor.com/link/releases/link_4.18.0.zip",
"type": "zip"
}
}
},
"codemirror": {
"type": "package",
"package": {
"name": "codemirror/codemirror",
"version": "5.61.1",
"type": "drupal-library",
"extra": {
"installer-name": "codemirror"
},
"dist": {
"url": "https://github.com/components/codemirror/archive/5.61.1.zip",
"type": "zip"
}
}
},
"jquery.inputmask": {
"type": "package",
"package": {
"name": "jquery/inputmask",
"version": "5.0.6",
"type": "drupal-library",
"extra": {
"installer-name": "jquery.inputmask"
},
"dist": {
"url": "https://github.com/RobinHerbots/jquery.inputmask/archive/5.0.6.zip",
"type": "zip"
}
}
},
"jquery.intl-tel-input": {
"type": "package",
"package": {
"name": "jquery/intl-tel-input",
"version": "16.1.0",
"type": "drupal-library",
"extra": {
"installer-name": "jquery.intl-tel-input"
},
"dist": {
"url": "https://github.com/jackocnr/intl-tel-input/archive/v16.1.0.zip",
"type": "zip"
}
}
},
"jquery.rateit": {
"type": "package",
"package": {
"name": "jquery/rateit",
"version": "1.1.3",
"type": "drupal-library",
"extra": {
"installer-name": "jquery.rateit"
},
"dist": {
"url": "https://github.com/gjunge/rateit.js/archive/1.1.3.zip",
"type": "zip"
}
}
},
"jquery.select2": {
"type": "package",
"package": {
"name": "jquery/select2",
"version": "4.0.13",
"type": "drupal-library",
"extra": {
"installer-name": "jquery.select2"
},
"dist": {
"url": "https://github.com/select2/select2/archive/4.0.13.zip",
"type": "zip"
}
}
},
"jquery.textcounter": {
"type": "package",
"package": {
"name": "jquery/textcounter",
"version": "0.9.0",
"type": "drupal-library",
"extra": {
"installer-name": "jquery.textcounter"
},
"dist": {
"url": "https://github.com/ractoon/jQuery-Text-Counter/archive/0.9.0.zip",
"type": "zip"
}
}
},
"jquery.timepicker": {
"type": "package",
"package": {
"name": "jquery/timepicker",
"version": "1.13.18",
"type": "drupal-library",
"extra": {
"installer-name": "jquery.timepicker"
},
"dist": {
"url": "https://github.com/jonthornton/jquery-timepicker/archive/1.13.18.zip",
"type": "zip"
}
}
},
"progress-tracker": {
"type": "package",
"package": {
"name": "progress-tracker/progress-tracker",
"version": "2.0.7",
"type": "drupal-library",
"extra": {
"installer-name": "progress-tracker"
},
"dist": {
"url": "https://github.com/NigelOToole/progress-tracker/archive/2.0.7.zip",
"type": "zip"
}
}
},
"signature_pad": {
"type": "package",
"package": {
"name": "signature_pad/signature_pad",
"version": "2.3.0",
"type": "drupal-library",
"extra": {
"installer-name": "signature_pad"
},
"dist": {
"url": "https://github.com/szimek/signature_pad/archive/v2.3.0.zip",
"type": "zip"
}
}
},
"tabby": {
"type": "package",
"package": {
"name": "tabby/tabby",
"version": "12.0.3",
"type": "drupal-library",
"extra": {
"installer-name": "tabby"
},
"dist": {
"url": "https://github.com/cferdinandi/tabby/archive/v12.0.3.zip",
"type": "zip"
}
}
},
"tippyjs/6.x": {
"type": "package",
"package": {
"name": "tippyjs/6.x",
"version": "6.2.6",
"type": "drupal-library",
"extra": {
"installer-name": "tippyjs/6.x"
},
"dist": {
"url": "https://unpkg.com/[email protected]/dist/tippy-bundle.umd.min.js",
"type": "file"
}
}
}
}
}
Loading

0 comments on commit 639007a

Please sign in to comment.