module updates (better_message, computed_field)

This commit is contained in:
Bachir Soussi Chiadmi 2022-02-09 14:00:33 +01:00
parent 563673f459
commit c893761781
2 changed files with 27 additions and 23 deletions

View File

@ -68,7 +68,7 @@
"drupal/amswap": "^3.0", "drupal/amswap": "^3.0",
"drupal/audiofield": "^1.10", "drupal/audiofield": "^1.10",
"drupal/auto_entitylabel": "^2.x-dev", "drupal/auto_entitylabel": "^2.x-dev",
"drupal/better_messages": "^1.0@alpha", "drupal/better_messages": "^2.0@alpha",
"drupal/ckeditor_codemirror": "^2.3", "drupal/ckeditor_codemirror": "^2.3",
"drupal/ckeditor_font": "^1.2", "drupal/ckeditor_font": "^1.2",
"drupal/ckeditor_uploadimage": "^2.0", "drupal/ckeditor_uploadimage": "^2.0",
@ -83,7 +83,7 @@
"drupal/commerce_recurring": "^1.x-dev", "drupal/commerce_recurring": "^1.x-dev",
"drupal/commerce_stripe": "1.x-dev@dev", "drupal/commerce_stripe": "1.x-dev@dev",
"drupal/commerce_variation_cart_form": "^1.x-dev", "drupal/commerce_variation_cart_form": "^1.x-dev",
"drupal/computed_field": "^2.0@beta", "drupal/computed_field": "^3.0@alpha",
"drupal/config_devel": "^1.7", "drupal/config_devel": "^1.7",
"drupal/config_pages": "^2.9", "drupal/config_pages": "^2.9",
"drupal/config_split": "^1.0", "drupal/config_split": "^1.0",

46
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c97baa4360764291b96841c443a8ddf1", "content-hash": "391a02eabc2425941992efca40da86e2",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -3590,26 +3590,26 @@
}, },
{ {
"name": "drupal/better_messages", "name": "drupal/better_messages",
"version": "1.0.0-alpha2", "version": "2.0.0-alpha2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/better_messages.git", "url": "https://git.drupalcode.org/project/better_messages.git",
"reference": "8.x-1.0-alpha2" "reference": "2.0.0-alpha2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/better_messages-8.x-1.0-alpha2.zip", "url": "https://ftp.drupal.org/files/projects/better_messages-2.0.0-alpha2.zip",
"reference": "8.x-1.0-alpha2", "reference": "2.0.0-alpha2",
"shasum": "ca09231502d5e0d8a5c0d16f9efc5430091b8a38" "shasum": "e93618447a97e90d95b7242cc6398be4346b59b4"
}, },
"require": { "require": {
"drupal/core": "~8.0" "drupal/core": "^8 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.0-alpha2", "version": "2.0.0-alpha2",
"datestamp": "1517663880", "datestamp": "1644241962",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories." "message": "Alpha releases are not covered by Drupal security advisories."
@ -3625,6 +3625,10 @@
"name": "Mohammed J. Razem", "name": "Mohammed J. Razem",
"homepage": "https://www.drupal.org/user/255384" "homepage": "https://www.drupal.org/user/255384"
}, },
{
"name": "UsingSession",
"homepage": "https://www.drupal.org/user/3582050"
},
{ {
"name": "bucefal91", "name": "bucefal91",
"homepage": "https://www.drupal.org/user/504128" "homepage": "https://www.drupal.org/user/504128"
@ -3634,7 +3638,7 @@
"homepage": "https://www.drupal.org/user/1866896" "homepage": "https://www.drupal.org/user/1866896"
} }
], ],
"description": "Better Messages module for Drupal 8.", "description": "This module adds simple functions to make Drupal messages look and act better.",
"homepage": "https://www.drupal.org/project/better_messages", "homepage": "https://www.drupal.org/project/better_messages",
"support": { "support": {
"source": "https://git.drupalcode.org/project/better_messages" "source": "https://git.drupalcode.org/project/better_messages"
@ -5213,29 +5217,29 @@
}, },
{ {
"name": "drupal/computed_field", "name": "drupal/computed_field",
"version": "2.0.0", "version": "3.0.0-alpha2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/computed_field.git", "url": "https://git.drupalcode.org/project/computed_field.git",
"reference": "8.x-2.0" "reference": "3.0.0-alpha2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/computed_field-8.x-2.0.zip", "url": "https://ftp.drupal.org/files/projects/computed_field-3.0.0-alpha2.zip",
"reference": "8.x-2.0", "reference": "3.0.0-alpha2",
"shasum": "71cad6581a467ed68e41ff39e4d0772a0b7d8fbd" "shasum": "74bdb563672a502c832d992a7a93be668f3ef1af"
}, },
"require": { "require": {
"drupal/core": "~8.0" "drupal/core": "^8 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-2.0", "version": "3.0.0-alpha2",
"datestamp": "1563825485", "datestamp": "1604371297",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "not-covered",
"message": "Covered by Drupal's security advisory policy" "message": "Alpha releases are not covered by Drupal security advisories."
} }
} }
}, },
@ -22178,7 +22182,7 @@
"drupal/commerce_recurring": 20, "drupal/commerce_recurring": 20,
"drupal/commerce_stripe": 20, "drupal/commerce_stripe": 20,
"drupal/commerce_variation_cart_form": 20, "drupal/commerce_variation_cart_form": 20,
"drupal/computed_field": 10, "drupal/computed_field": 15,
"drupal/content_sync": 20, "drupal/content_sync": 20,
"drupal/field_group": 20, "drupal/field_group": 20,
"drupal/flag": 20, "drupal/flag": 20,