From 94374ec6874be72bcd1cd3239003ae4e81b87712 Mon Sep 17 00:00:00 2001 From: lazysoundsystem Date: Tue, 22 Oct 2024 14:45:31 +0200 Subject: [PATCH] chore: bump metatag module version Refs: OPS-10692 --- composer.json | 2 +- composer.lock | 31 +++++++++++++++++-------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index a8a61a9..c17bf9f 100644 --- a/composer.json +++ b/composer.json @@ -147,7 +147,7 @@ "drupal/menu_export": "^1.3", "drupal/menu_firstchild": "^2.1", "drupal/menu_link_attributes": "^1.2", - "drupal/metatag": "^1.16", + "drupal/metatag": "^2", "drupal/modules_weight": "^3.0", "drupal/noreqnewpass": "^1.2", "drupal/onomasticon": "^2.2", diff --git a/composer.lock b/composer.lock index 7eeacdc..5c4c0e0 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "d35b2f685dc2f0f96451188ecd515458", + "content-hash": "608263895bd47d0adff478dd8d498e5e", "packages": [ { "name": "asm89/stack-cors", @@ -5109,42 +5109,45 @@ }, { "name": "drupal/metatag", - "version": "1.26.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.26" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip", - "reference": "8.x-1.26", - "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8" + "url": "https://ftp.drupal.org/files/projects/metatag-2.0.2.zip", + "reference": "2.0.2", + "shasum": "748013c50a0ed5e10359413bb3481392a0bf0d3f" }, "require": { - "drupal/core": "^9.3 || ^10", - "drupal/token": "^1.0" + "drupal/core": "^9.4 || ^10 || ^11", + "drupal/token": "^1.0", + "php": ">=8.0" }, "require-dev": { - "drupal/devel": "^4.0 || ^5.0", - "drupal/hal": "^9 || ^1 || ^2", + "drupal/hal": "^1 || ^2 || ^9", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", "drupal/page_manager": "^4.0", - "drupal/panelizer": "^4.0", "drupal/redirect": "^1.0", - "drupal/webprofiler": "^9 || ^10", + "ergebnis/composer-normalize": "*", "mpyw/phpunit-patch-serializable-comparison": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.26", - "datestamp": "1687856123", + "version": "2.0.2", + "datestamp": "1722869772", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "composer-normalize": { + "indent-size": 2, + "indent-style": "space" } }, "notification-url": "https://packages.drupal.org/8/downloads",