Update token module to 1.9
This commit is contained in:
parent
7ea2c8991c
commit
befe2e1614
18
composer.lock
generated
18
composer.lock
generated
|
@ -3856,26 +3856,26 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/token",
|
||||
"version": "1.7.0",
|
||||
"version": "1.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/token.git",
|
||||
"reference": "8.x-1.7"
|
||||
"reference": "8.x-1.9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.7.zip",
|
||||
"reference": "8.x-1.7",
|
||||
"shasum": "c7e3a3757282e4c94e3c1fff08d01e22155cb853"
|
||||
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.9.zip",
|
||||
"reference": "8.x-1.9",
|
||||
"shasum": "a5d234382a1a0e4ba61d4c7a2fa10671ca656be4"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.7.7 || ^9"
|
||||
"drupal/core": "^8.8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.7",
|
||||
"datestamp": "1589314266",
|
||||
"version": "8.x-1.9",
|
||||
"datestamp": "1608284866",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -3889,7 +3889,7 @@
|
|||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue