Update webform and a couple Drupal dependencies
This commit is contained in:
parent
32559f60a8
commit
370e259739
1 changed files with 18 additions and 18 deletions
36
composer.lock
generated
36
composer.lock
generated
|
@ -756,16 +756,16 @@
|
|||
},
|
||||
{
|
||||
"name": "consolidation/annotated-command",
|
||||
"version": "2.10.1",
|
||||
"version": "2.10.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/annotated-command.git",
|
||||
"reference": "288593672a8ca9ead2c73a8bfbfa4737862bfd6a"
|
||||
"reference": "5cbb8c320e0d3d2e6905374d56dc3610b7443f7b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/288593672a8ca9ead2c73a8bfbfa4737862bfd6a",
|
||||
"reference": "288593672a8ca9ead2c73a8bfbfa4737862bfd6a",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/5cbb8c320e0d3d2e6905374d56dc3610b7443f7b",
|
||||
"reference": "5cbb8c320e0d3d2e6905374d56dc3610b7443f7b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -848,7 +848,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
||||
"time": "2018-12-14T01:52:35+00:00"
|
||||
"time": "2018-12-21T03:50:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/config",
|
||||
|
@ -1011,20 +1011,20 @@
|
|||
},
|
||||
{
|
||||
"name": "consolidation/robo",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/Robo.git",
|
||||
"reference": "01789e1c4f3b0d7e5b4ee0aca1843a9438ff4983"
|
||||
"reference": "8cdaf834d378d7700cf0c7e8b2b57a00025d8dd3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/Robo/zipball/01789e1c4f3b0d7e5b4ee0aca1843a9438ff4983",
|
||||
"reference": "01789e1c4f3b0d7e5b4ee0aca1843a9438ff4983",
|
||||
"url": "https://api.github.com/repos/consolidation/Robo/zipball/8cdaf834d378d7700cf0c7e8b2b57a00025d8dd3",
|
||||
"reference": "8cdaf834d378d7700cf0c7e8b2b57a00025d8dd3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"consolidation/annotated-command": "^2.10.1",
|
||||
"consolidation/annotated-command": "^2.10.2",
|
||||
"consolidation/config": "^1.0.10",
|
||||
"consolidation/log": "~1",
|
||||
"consolidation/output-formatters": "^3.1.13",
|
||||
|
@ -1115,7 +1115,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Modern task runner",
|
||||
"time": "2018-12-14T02:54:30+00:00"
|
||||
"time": "2018-12-21T04:14:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/self-update",
|
||||
|
@ -7916,17 +7916,17 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/webform",
|
||||
"version": "5.0.0-rc30",
|
||||
"version": "5.0.0-rc31",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/webform",
|
||||
"reference": "8.x-5.0-rc30"
|
||||
"reference": "8.x-5.0-rc31"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc30.zip",
|
||||
"reference": "8.x-5.0-rc30",
|
||||
"shasum": "0bbc516a1b525fb5c955495c592ab783cff64924"
|
||||
"url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc31.zip",
|
||||
"reference": "8.x-5.0-rc31",
|
||||
"shasum": "85424f80ea3336e9562063b8cc88875ed2595692"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*"
|
||||
|
@ -7949,8 +7949,8 @@
|
|||
"dev-5.x": "5.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-5.0-rc30",
|
||||
"datestamp": "1544990880",
|
||||
"version": "8.x-5.0-rc31",
|
||||
"datestamp": "1545138180",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "RC releases are not covered by Drupal security advisories."
|
||||
|
|
Loading…
Reference in a new issue