Skip to content

Commit

Permalink
VACMS-18995: Update drupal metatag module. (#19085)
Browse files Browse the repository at this point in the history
  • Loading branch information
anantais authored Aug 29, 2024
1 parent 444cf40 commit e54169d
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9954,42 +9954,45 @@
},
{
"name": "drupal/metatag",
"version": "2.0.0",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/metatag.git",
"reference": "2.0.0"
"reference": "2.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/metatag-2.0.0.zip",
"reference": "2.0.0",
"shasum": "2966c854d982b7069b1c0111519427990ebbad40"
"url": "https://ftp.drupal.org/files/projects/metatag-2.0.2.zip",
"reference": "2.0.2",
"shasum": "748013c50a0ed5e10359413bb3481392a0bf0d3f"
},
"require": {
"drupal/core": "^9.4 || ^10",
"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/redirect": "^1.0",
"drupal/webprofiler": "^9 || ^10",
"ergebnis/composer-normalize": "*",
"mpyw/phpunit-patch-serializable-comparison": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1692368265",
"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",
Expand Down

0 comments on commit e54169d

Please sign in to comment.