Bump symfony/console from 4.2.1 to 4.2.11

Bumps [symfony/console](https://github.com/symfony/console) from 4.2.1 to 4.2.11.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/console/compare/v4.2.1...v4.2.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-06 10:55:01 +00:00 committed by GitHub
parent 5e0dfdfbd2
commit cb23c4e01b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

72
composer.lock generated
View file

@ -1438,15 +1438,15 @@
"authors": [ "authors": [
{ {
"name": "Joshua Atkins", "name": "Joshua Atkins",
"role": "Developer",
"email": "joshua.atkins@jublo.net", "email": "joshua.atkins@jublo.net",
"homepage": "http://atkins.im/", "homepage": "http://atkins.im/"
"role": "Developer"
}, },
{ {
"name": "J.M.", "name": "J.M.",
"role": "Developer",
"email": "jm@jublo.net", "email": "jm@jublo.net",
"homepage": "http://mynetx.net/", "homepage": "http://mynetx.net/"
"role": "Developer"
} }
], ],
"description": "Easy access to the Twitter REST API, Collections API, Streaming API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.", "description": "Easy access to the Twitter REST API, Collections API, Streaming API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
@ -1908,16 +1908,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.2.1", "version": "v4.2.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0" "reference": "fc2e274aade6567a750551942094b2145ade9b6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0", "url": "https://api.github.com/repos/symfony/console/zipball/fc2e274aade6567a750551942094b2145ade9b6c",
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0", "reference": "fc2e274aade6567a750551942094b2145ade9b6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1929,6 +1929,9 @@
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3" "symfony/process": "<3.3"
}, },
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~3.4|~4.0", "symfony/config": "~3.4|~4.0",
@ -1938,7 +1941,7 @@
"symfony/process": "~3.4|~4.0" "symfony/process": "~3.4|~4.0"
}, },
"suggest": { "suggest": {
"psr/log-implementation": "For using the console logger", "psr/log": "For using the console logger",
"symfony/event-dispatcher": "", "symfony/event-dispatcher": "",
"symfony/lock": "", "symfony/lock": "",
"symfony/process": "" "symfony/process": ""
@ -1973,40 +1976,49 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-11-27T07:40:44+00:00" "time": "2019-07-24T17:13:20+00:00"
}, },
{ {
"name": "symfony/contracts", "name": "symfony/contracts",
"version": "v1.0.2", "version": "v1.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/contracts.git", "url": "https://github.com/symfony/contracts.git",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf" "reference": "3f3f796d5f24a098a9da62828b8daa1b11494c1b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf", "url": "https://api.github.com/repos/symfony/contracts/zipball/3f3f796d5f24a098a9da62828b8daa1b11494c1b",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf", "reference": "3f3f796d5f24a098a9da62828b8daa1b11494c1b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3" "php": "^7.1.3",
},
"require-dev": {
"psr/cache": "^1.0", "psr/cache": "^1.0",
"psr/container": "^1.0" "psr/container": "^1.0"
}, },
"replace": {
"symfony/cache-contracts": "self.version",
"symfony/event-dispatcher-contracts": "self.version",
"symfony/http-client-contracts": "self.version",
"symfony/service-contracts": "self.version",
"symfony/translation-contracts": "self.version"
},
"require-dev": {
"symfony/polyfill-intl-idn": "^1.10"
},
"suggest": { "suggest": {
"psr/cache": "When using the Cache contracts", "psr/event-dispatcher": "When using the EventDispatcher contracts",
"psr/container": "When using the Service contracts", "symfony/cache-implementation": "",
"symfony/cache-contracts-implementation": "", "symfony/event-dispatcher-implementation": "",
"symfony/service-contracts-implementation": "", "symfony/http-client-implementation": "",
"symfony/translation-contracts-implementation": "" "symfony/service-implementation": "",
"symfony/translation-implementation": ""
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "1.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -2041,7 +2053,7 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"time": "2018-12-05T08:06:11+00:00" "time": "2019-06-20T06:46:26+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
@ -2820,16 +2832,16 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.10.0", "version": "v1.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494" "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2841,7 +2853,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.9-dev" "dev-master": "1.12-dev"
} }
}, },
"autoload": { "autoload": {
@ -2875,7 +2887,7 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2018-09-21T13:07:52+00:00" "time": "2019-08-06T08:03:45+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",