[Security] Bump symfony/dependency-injection from 4.2.1 to 4.2.11

Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 4.2.1 to 4.2.11. **This update includes a security fix.**
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/dependency-injection/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:58:49 +00:00 committed by GitHub
parent 5e0dfdfbd2
commit 6aa9a7f19d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

59
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.",
@ -1977,36 +1977,45 @@
}, },
{ {
"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 +2050,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",
@ -2101,22 +2110,22 @@
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v4.2.1", "version": "v4.2.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5" "reference": "39fe71bc481483f255e388a658c8f1104fec037e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e4adc57a48d3fa7f394edfffa9e954086d7740e5", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/39fe71bc481483f255e388a658c8f1104fec037e",
"reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5", "reference": "39fe71bc481483f255e388a658c8f1104fec037e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.1.3",
"psr/container": "^1.0", "psr/container": "^1.0",
"symfony/contracts": "^1.0" "symfony/contracts": "^1.1.1"
}, },
"conflict": { "conflict": {
"symfony/config": "<4.2", "symfony/config": "<4.2",
@ -2126,7 +2135,7 @@
}, },
"provide": { "provide": {
"psr/container-implementation": "1.0", "psr/container-implementation": "1.0",
"symfony/service-contracts-implementation": "1.0" "symfony/service-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"symfony/config": "~4.2", "symfony/config": "~4.2",
@ -2170,7 +2179,7 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-12-02T15:59:36+00:00" "time": "2019-07-19T12:05:51+00:00"
}, },
{ {
"name": "symfony/doctrine-bridge", "name": "symfony/doctrine-bridge",