Update composer lock file (webform updates)
This commit is contained in:
parent
a741fa1c3c
commit
e9364ac651
1 changed files with 11 additions and 9 deletions
20
composer.lock
generated
20
composer.lock
generated
|
@ -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": "753b100f6d78324f59740293c8d1deef",
|
"content-hash": "be8221d5cb9fc189761fbf9b041a2492",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -7664,26 +7664,28 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/webform",
|
"name": "drupal/webform",
|
||||||
"version": "5.0.0-rc27",
|
"version": "5.0.0-rc29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupal.org/project/webform",
|
"url": "https://git.drupal.org/project/webform",
|
||||||
"reference": "8.x-5.0-rc27"
|
"reference": "8.x-5.0-rc29"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc27.zip",
|
"url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc29.zip",
|
||||||
"reference": "8.x-5.0-rc27",
|
"reference": "8.x-5.0-rc29",
|
||||||
"shasum": "a2a0ce3683756dc1185d8396f741b76ea4906283"
|
"shasum": "f96e42f54b1cd69f0d67c4a88f32c5a8a570e50d"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "*"
|
"drupal/core": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupal/address": "~1.4",
|
"drupal/address": "~1.4",
|
||||||
|
"drupal/chosen": "~2.6",
|
||||||
"drupal/devel": "*",
|
"drupal/devel": "*",
|
||||||
"drupal/jsonapi": "~2.0",
|
"drupal/jsonapi": "~2.0",
|
||||||
"drupal/token": "*",
|
"drupal/select2": "~1.1",
|
||||||
|
"drupal/token": "~1.3",
|
||||||
"drupal/webform_access": "*",
|
"drupal/webform_access": "*",
|
||||||
"drupal/webform_node": "*",
|
"drupal/webform_node": "*",
|
||||||
"drupal/webform_scheduled_email": "*",
|
"drupal/webform_scheduled_email": "*",
|
||||||
|
@ -7695,8 +7697,8 @@
|
||||||
"dev-5.x": "5.x-dev"
|
"dev-5.x": "5.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-5.0-rc27",
|
"version": "8.x-5.0-rc29",
|
||||||
"datestamp": "1543520280",
|
"datestamp": "1544223180",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "RC releases are not covered by Drupal security advisories."
|
"message": "RC releases are not covered by Drupal security advisories."
|
||||||
|
|
Loading…
Reference in a new issue