added external webform libraries to composer.json with merge

This commit is contained in:
Bachir Soussi Chiadmi 2022-03-08 15:19:59 +01:00
parent d517f5067d
commit 890a6121d2
3 changed files with 542 additions and 223 deletions

View File

@ -225,7 +225,8 @@
}, },
"merge-plugin": { "merge-plugin": {
"include": [ "include": [
"web/profiles/d8-starterkit-profile/composer.json" "web/profiles/d8-starterkit-profile/composer.json",
"web/modules/contrib/webform/composer.libraries.json"
], ],
"recurse": true, "recurse": true,
"replace": false, "replace": false,
@ -260,9 +261,6 @@
"drupal/commerce_license": { "drupal/commerce_license": {
"expected argument of type array or Traversable and ArrayAccess, string given https://www.drupal.org/project/commerce_license/issues/3252431":"https://www.drupal.org/files/issues/2021-12-03/commerce_license-expected-argument-of-type-array-3252431-1.patch" "expected argument of type array or Traversable and ArrayAccess, string given https://www.drupal.org/project/commerce_license/issues/3252431":"https://www.drupal.org/files/issues/2021-12-03/commerce_license-expected-argument-of-type-array-3252431-1.patch"
}, },
"drupal/commerce_pricelist": {
"expected argument of type array or Traversable and ArrayAccess, string given":"https://www.drupal.org/files/issues/2022-02-24/price_list-routing-parameters.patch"
},
"drupal/commerce_stripe" : { "drupal/commerce_stripe" : {
"Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch" "Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch"
}, },

750
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -70,7 +70,7 @@ parameters:
# For more information about debugging Twig templates, see # For more information about debugging Twig templates, see
# https://www.drupal.org/node/1906392. # https://www.drupal.org/node/1906392.
# #
# Not recommended in production environments # Enabling Twig debugging is not recommended in production environments.
# @default false # @default false
debug: false debug: false
# Twig auto-reload: # Twig auto-reload:
@ -79,7 +79,7 @@ parameters:
# If you don't provide a value for auto_reload, it will be determined # If you don't provide a value for auto_reload, it will be determined
# based on the value of debug. # based on the value of debug.
# #
# Not recommended in production environments # Enabling auto-reload is not recommended in production environments.
# @default null # @default null
auto_reload: null auto_reload: null
# Twig cache: # Twig cache:
@ -90,7 +90,7 @@ parameters:
# auto_reload setting above should be enabled rather than disabling the # auto_reload setting above should be enabled rather than disabling the
# Twig cache. # Twig cache.
# #
# Not recommended in production environments # Disabling the Twig cache is not recommended in production environments.
# @default true # @default true
cache: true cache: true
renderer.config: renderer.config:
@ -141,7 +141,8 @@ parameters:
# For more information about debugging cacheable responses, see # For more information about debugging cacheable responses, see
# https://www.drupal.org/developing/api/8/response/cacheable-response-interface # https://www.drupal.org/developing/api/8/response/cacheable-response-interface
# #
# Not recommended in production environments # Enabling cacheability debugging is not recommended in production
# environments.
# @default false # @default false
http.response.debug_cacheability_headers: false http.response.debug_cacheability_headers: false
factory.keyvalue: {} factory.keyvalue: {}