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