Update composer lock file
This commit is contained in:
parent
1ad07636a5
commit
c927c31417
1 changed files with 17 additions and 14 deletions
31
composer.lock
generated
31
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b869227573e2adc6667d2ca79d941387",
|
||||
"content-hash": "1005cad3df2e8d967604adcf9f4cffbe",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -696,20 +696,20 @@
|
|||
},
|
||||
{
|
||||
"name": "consolidation/annotated-command",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/annotated-command.git",
|
||||
"reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac"
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
|
||||
"reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"consolidation/output-formatters": "^3.1.12",
|
||||
"consolidation/output-formatters": "^3.4",
|
||||
"php": ">=5.4.0",
|
||||
"psr/log": "^1",
|
||||
"symfony/console": "^2.8|^3|^4",
|
||||
|
@ -744,7 +744,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
||||
"time": "2018-09-19T17:47:18+00:00"
|
||||
"time": "2018-11-15T01:46:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/config",
|
||||
|
@ -2874,17 +2874,17 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/config_filter",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/config_filter",
|
||||
"reference": "8.x-1.3"
|
||||
"reference": "8.x-1.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.3.zip",
|
||||
"reference": "8.x-1.3",
|
||||
"shasum": "56255a17c45dcbb0af713215885a8d74214d2ebc"
|
||||
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.4.zip",
|
||||
"reference": "8.x-1.4",
|
||||
"shasum": "4b2b7f4dfc8358212f9e25f63dcc77cc2c1dcf6c"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
|
@ -2898,8 +2898,8 @@
|
|||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.3",
|
||||
"datestamp": "1537978080",
|
||||
"version": "8.x-1.4",
|
||||
"datestamp": "1542184982",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -7598,6 +7598,9 @@
|
|||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"patches_applied": {
|
||||
"Conversion Method settings not saved": "https://www.drupal.org/files/issues/settings_not_saved-2917621-1.patch"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
|
|
Loading…
Reference in a new issue