Update consolidation sub dependencies

[MAILPOET-1542]
This commit is contained in:
Rostislav Wolný
2018-10-08 17:21:14 +02:00
parent 4b675a41d6
commit f0df936dbc

27
composer.lock generated
View File

@@ -1826,16 +1826,16 @@
}, },
{ {
"name": "consolidation/annotated-command", "name": "consolidation/annotated-command",
"version": "2.8.5", "version": "2.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/consolidation/annotated-command.git", "url": "https://github.com/consolidation/annotated-command.git",
"reference": "1e8ff512072422b850b44aa721b5b303e4a5ebb3" "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/1e8ff512072422b850b44aa721b5b303e4a5ebb3", "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
"reference": "1e8ff512072422b850b44aa721b5b303e4a5ebb3", "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1874,7 +1874,7 @@
} }
], ],
"description": "Initialize Symfony Console commands from annotated command class methods.", "description": "Initialize Symfony Console commands from annotated command class methods.",
"time": "2018-08-18T23:51:49+00:00" "time": "2018-09-19T17:47:18+00:00"
}, },
{ {
"name": "consolidation/config", "name": "consolidation/config",
@@ -2117,16 +2117,16 @@
}, },
{ {
"name": "consolidation/self-update", "name": "consolidation/self-update",
"version": "1.0.0", "version": "1.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/consolidation/self-update.git", "url": "https://github.com/consolidation/self-update.git",
"reference": "adbb784e58cc0836d8522851f7e38ee7ade0d553" "reference": "de33822f907e0beb0ffad24cf4b1b4fae5ada318"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/consolidation/self-update/zipball/adbb784e58cc0836d8522851f7e38ee7ade0d553", "url": "https://api.github.com/repos/consolidation/self-update/zipball/de33822f907e0beb0ffad24cf4b1b4fae5ada318",
"reference": "adbb784e58cc0836d8522851f7e38ee7ade0d553", "reference": "de33822f907e0beb0ffad24cf4b1b4fae5ada318",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2134,6 +2134,9 @@
"symfony/console": "^2.8|^3|^4", "symfony/console": "^2.8|^3|^4",
"symfony/filesystem": "^2.5|^3|^4" "symfony/filesystem": "^2.5|^3|^4"
}, },
"bin": [
"scripts/release"
],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@@ -2150,13 +2153,17 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{ {
"name": "Alexander Menk", "name": "Alexander Menk",
"email": "menk@mestrona.net" "email": "menk@mestrona.net"
} }
], ],
"description": "Provides a self:update command for Symfony Console applications.", "description": "Provides a self:update command for Symfony Console applications.",
"time": "2018-08-17T04:50:59+00:00" "time": "2018-08-24T17:01:46+00:00"
}, },
{ {
"name": "container-interop/container-interop", "name": "container-interop/container-interop",