updated contrib modules
This commit is contained in:
+20
-8
@@ -23,22 +23,22 @@
|
||||
"php": ">=5.6",
|
||||
"composer/installers": "^1.7",
|
||||
"cweagans/composer-patches": "^1.6.5",
|
||||
"drupal/addtoany": "1.12.0",
|
||||
"drupal/admin_toolbar": "2.0",
|
||||
"drupal/addtoany": "^1.4",
|
||||
"drupal/admin_toolbar": "^2.2",
|
||||
"drupal/adminimal_theme": "^1.4",
|
||||
"drupal/audiofield": "1.9",
|
||||
"drupal/autologout": "1.0.0",
|
||||
"drupal/autologout": "^1.3",
|
||||
"drupal/basic": "1.3.0",
|
||||
"drupal/better_messages": "1.0.0-alpha2",
|
||||
"drupal/bulkdelete": "1.x-dev",
|
||||
"drupal/color_field": "2.0.0",
|
||||
"drupal/color_field": "^2.2",
|
||||
"drupal/config_devel": "^1.4",
|
||||
"drupal/config_ignore": "2.1.0",
|
||||
"drupal/config_ignore": "^2.2",
|
||||
"drupal/console": "^1.0.2",
|
||||
"drupal/context": "4.0.0-beta2",
|
||||
"drupal/core-composer-scaffold": "8.8.6",
|
||||
"drupal/core-recommended": "^8.8",
|
||||
"drupal/ctools": "3.2.0",
|
||||
"drupal/ctools": "^3.4",
|
||||
"drupal/date_range_formatter": "3.1.0",
|
||||
"drupal/devel": "2.1",
|
||||
"drupal/domain": "^1.0",
|
||||
@@ -50,7 +50,7 @@
|
||||
"drupal/field_group": "^3.0",
|
||||
"drupal/filefield_sources": "1.x-dev",
|
||||
"drupal/filter_perms": "1.x-dev",
|
||||
"drupal/honeypot": "1.29.0",
|
||||
"drupal/honeypot": "^1.30",
|
||||
"drupal/linkit": "^5.0",
|
||||
"drupal/login_emailusername": "^1.1",
|
||||
"drupal/maillog": "1.x-dev",
|
||||
@@ -70,7 +70,7 @@
|
||||
"drupal/synonyms": "1.x-dev",
|
||||
"drupal/toolbar_themes": "1.x-dev",
|
||||
"drupal/translation_views": "^1.0",
|
||||
"drupal/url_to_video_filter": "1.3.0",
|
||||
"drupal/url_to_video_filter": "^1.4",
|
||||
"drupal/views_bulk_edit": "^2.2",
|
||||
"drupal/workflow": "1.x-dev",
|
||||
"drush/drush": "^9.0.0",
|
||||
@@ -129,12 +129,24 @@
|
||||
},
|
||||
"drupal/login_emailusername": {
|
||||
"rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch"
|
||||
},
|
||||
"drupal/autologout": {
|
||||
"AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214" : "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
|
||||
}
|
||||
},
|
||||
"drupal-scaffold": {
|
||||
"initial": {
|
||||
".editorconfig": "../.editorconfig",
|
||||
".gitattributes": "../.gitattributes"
|
||||
},
|
||||
"allowed-packages": [
|
||||
"drupal/core"
|
||||
],
|
||||
"locations": {
|
||||
"web-root": "./web"
|
||||
},
|
||||
"file-mapping": {
|
||||
"[web-root]/sites/development.services.yml": false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Generated
+76
-68
@@ -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": "ead3aa1d4c00da934baa3f1a72126308",
|
||||
"content-hash": "f991cd93bd42cbcdc76bcbc46d7bf5f3",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -1772,26 +1772,26 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/addtoany",
|
||||
"version": "1.12.0",
|
||||
"version": "1.14.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/addtoany.git",
|
||||
"reference": "8.x-1.12"
|
||||
"reference": "8.x-1.14"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/addtoany-8.x-1.12.zip",
|
||||
"reference": "8.x-1.12",
|
||||
"shasum": "f66b3cb0a95b500e4802e8ff9c29af04554327d8"
|
||||
"url": "https://ftp.drupal.org/files/projects/addtoany-8.x-1.14.zip",
|
||||
"reference": "8.x-1.14",
|
||||
"shasum": "269ec4d1cfaf93132d5945edebf691ec7c04901a"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*"
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.12",
|
||||
"datestamp": "1554702781",
|
||||
"version": "8.x-1.14",
|
||||
"datestamp": "1589571718",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
@@ -1812,34 +1812,38 @@
|
||||
"homepage": "https://www.drupal.org/user/260224"
|
||||
}
|
||||
],
|
||||
"description": "Share buttons by AddToAny, including the AddToAny universal sharing button, Facebook, Twitter, Google+, Pinterest, and over 100 more on the <a href=\"https://www.addtoany.com/\" target=\"_blank\">AddToAny</a> platform.",
|
||||
"description": "Share buttons for Drupal including the AddToAny universal share button, Facebook, Twitter, Pinterest, WhatsApp and many more.",
|
||||
"homepage": "https://www.drupal.org/project/addtoany",
|
||||
"keywords": [
|
||||
"Drupal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/addtoany"
|
||||
"source": "https://git.drupalcode.org/project/addtoany",
|
||||
"issues": "https://www.drupal.org/project/issues/addtoany"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/admin_toolbar",
|
||||
"version": "2.0.0",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
|
||||
"reference": "8.x-2.0"
|
||||
"reference": "8.x-2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.0.zip",
|
||||
"reference": "8.x-2.0",
|
||||
"shasum": "568de63dbaa8046a82d327dbd0b892ab79fb87aa"
|
||||
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.2.zip",
|
||||
"reference": "8.x-2.2",
|
||||
"shasum": "41ea0e3321e6d1e190c486be49a99e60446d8dd7"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*"
|
||||
"drupal/core": "^8.8.0 || ^9.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-2.0",
|
||||
"datestamp": "1573751237",
|
||||
"version": "8.x-2.2",
|
||||
"datestamp": "1585017179",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
@@ -2013,30 +2017,33 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/autologout",
|
||||
"version": "1.0.0",
|
||||
"version": "1.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/autologout.git",
|
||||
"reference": "8.x-1.0"
|
||||
"reference": "8.x-1.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.0.zip",
|
||||
"reference": "8.x-1.0",
|
||||
"shasum": "0a5f67d4393b0acdf8522b1b1a5c9eb40bb05d93"
|
||||
"url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.3.zip",
|
||||
"reference": "8.x-1.3",
|
||||
"shasum": "87733b2042d9dcdee0d8f33d206872208a8c97ea"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.0",
|
||||
"datestamp": "1494237185",
|
||||
"version": "8.x-1.3",
|
||||
"datestamp": "1587193798",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"patches_applied": {
|
||||
"AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214": "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
@@ -2289,23 +2296,24 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/color_field",
|
||||
"version": "2.0.0",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/color_field.git",
|
||||
"reference": "8.x-2.0"
|
||||
"reference": "8.x-2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/color_field-8.x-2.0.zip",
|
||||
"reference": "8.x-2.0",
|
||||
"shasum": "27c510d258e409e1d029d69cf7747e96c1087df6"
|
||||
"url": "https://ftp.drupal.org/files/projects/color_field-8.x-2.2.zip",
|
||||
"reference": "8.x-2.2",
|
||||
"shasum": "12eb5d74f361a2ebf8bf61f750c145cbf137919b"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/token": "~1.3"
|
||||
"drupal/token": "~1.3",
|
||||
"nickwilde1990/php-composter-phpcs-drupal": "^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"bower-asset/jquery-simple-color": "^v1.2.2: Provides JavaScript library necessary for the Color Grid widget",
|
||||
@@ -2317,8 +2325,8 @@
|
||||
"dev-2.x": "2.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-2.0",
|
||||
"datestamp": "1579324387",
|
||||
"version": "8.x-2.2",
|
||||
"datestamp": "1579552087",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
@@ -2344,7 +2352,7 @@
|
||||
"description": "Provides a color field type to store the color value and opacity",
|
||||
"homepage": "https://www.drupal.org/project/color_field",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/color_field",
|
||||
"source": "https://git.drupalcode.org/project/color_field",
|
||||
"issues": "https://www.drupal.org/project/issues/color_field?version=8.x"
|
||||
}
|
||||
},
|
||||
@@ -2487,17 +2495,17 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_ignore",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/config_ignore.git",
|
||||
"reference": "8.x-2.1"
|
||||
"reference": "8.x-2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.1.zip",
|
||||
"reference": "8.x-2.1",
|
||||
"shasum": "07e00684930706632b3f2fc2a7433ffdae57cde7"
|
||||
"url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.2.zip",
|
||||
"reference": "8.x-2.2",
|
||||
"shasum": "18af5772087b90dd4b83c2c6e292d8ea2f8834e0"
|
||||
},
|
||||
"require": {
|
||||
"drupal/config_filter": "1.*",
|
||||
@@ -2509,7 +2517,7 @@
|
||||
"dev-2.x": "2.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-2.1",
|
||||
"version": "8.x-2.2",
|
||||
"datestamp": "1576528386",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
@@ -3325,26 +3333,26 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/ctools",
|
||||
"version": "3.2.0",
|
||||
"version": "3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/ctools.git",
|
||||
"reference": "8.x-3.2"
|
||||
"reference": "8.x-3.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip",
|
||||
"reference": "8.x-3.2",
|
||||
"shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091"
|
||||
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.4.zip",
|
||||
"reference": "8.x-3.4",
|
||||
"shasum": "016ca5abb7ac4ca720352a72e8989f3ef0e20539"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.5"
|
||||
"drupal/core": "^8.7.7 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-3.2",
|
||||
"datestamp": "1550728386",
|
||||
"version": "8.x-3.4",
|
||||
"datestamp": "1585763383",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
@@ -3409,7 +3417,7 @@
|
||||
"description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
|
||||
"homepage": "https://www.drupal.org/project/ctools",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/ctools",
|
||||
"source": "https://git.drupalcode.org/project/ctools",
|
||||
"issues": "https://www.drupal.org/project/issues/ctools"
|
||||
}
|
||||
},
|
||||
@@ -4163,17 +4171,17 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/honeypot",
|
||||
"version": "1.29.0",
|
||||
"version": "1.30.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/honeypot.git",
|
||||
"reference": "8.x-1.29"
|
||||
"reference": "8.x-1.30"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/honeypot-8.x-1.29.zip",
|
||||
"reference": "8.x-1.29",
|
||||
"shasum": "029d9e068d8f6a5db52434c27dc71bd3f06da487"
|
||||
"url": "https://ftp.drupal.org/files/projects/honeypot-8.x-1.30.zip",
|
||||
"reference": "8.x-1.30",
|
||||
"shasum": "1d7983e8e07feee4f13e4b05c9a10db15ae2097e"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
@@ -4181,7 +4189,7 @@
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.29",
|
||||
"version": "8.x-1.30",
|
||||
"datestamp": "1576274288",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
@@ -5421,17 +5429,17 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/url_to_video_filter",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/url_to_video_filter.git",
|
||||
"reference": "8.x-1.3"
|
||||
"reference": "8.x-1.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/url_to_video_filter-8.x-1.3.zip",
|
||||
"reference": "8.x-1.3",
|
||||
"shasum": "40a27d1d8948638c0202c1b0c8afe0d92f8362a6"
|
||||
"url": "https://ftp.drupal.org/files/projects/url_to_video_filter-8.x-1.4.zip",
|
||||
"reference": "8.x-1.4",
|
||||
"shasum": "adeb30c7ad0e0838c222879c467e054e4b6ebcdd"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
@@ -5439,8 +5447,8 @@
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.3",
|
||||
"datestamp": "1532695981",
|
||||
"version": "8.x-1.4",
|
||||
"datestamp": "1587532095",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
@@ -5586,7 +5594,7 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/workflow.git",
|
||||
"reference": "91e32308c022537ec7ae8e0118f1afa8a0bde7a4"
|
||||
"reference": "d75c801c73cec1f73c6a4273abce42686734503c"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
@@ -5597,8 +5605,8 @@
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.1+55-dev",
|
||||
"datestamp": "1590411186",
|
||||
"version": "8.x-1.1+59-dev",
|
||||
"datestamp": "1590561418",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
@@ -5652,7 +5660,7 @@
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/workflow"
|
||||
},
|
||||
"time": "2020-05-25T13:34:05+00:00"
|
||||
"time": "2020-05-27T07:25:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
|
||||
@@ -14,3 +14,5 @@ use_watchdog: true
|
||||
_core:
|
||||
default_config_hash: zJS1GknUylh656CJSNXOupqKSqm6Xw200h1cq1eI970
|
||||
langcode: fr
|
||||
dialog_title: 'Encyclopédie de la parole Alert'
|
||||
no_individual_logout_threshold: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ignored_config_entities:
|
||||
0: system.performance
|
||||
2: devel.settings
|
||||
4: piwik.settings
|
||||
- system.performance
|
||||
- devel.settings
|
||||
- piwik.settings
|
||||
_core:
|
||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||
langcode: fr
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
/INSTALL.txt
|
||||
/README.txt
|
||||
/example.gitignore
|
||||
@@ -0,0 +1 @@
|
||||
/README.txt
|
||||
@@ -0,0 +1 @@
|
||||
/README.txt
|
||||
@@ -0,0 +1 @@
|
||||
/README.txt
|
||||
Reference in New Issue
Block a user