[Security] Bump symfony/cache from 4.2.1 to 4.3.5

Bumps [symfony/cache](https://github.com/symfony/cache) from 4.2.1 to 4.3.5. **This update includes security fixes.**
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/cache/compare/v4.2.1...v4.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-24 00:23:40 +00:00 committed by Oliver Davies
parent 854da4448b
commit af9d826938

77
composer.lock generated
View file

@ -1741,74 +1741,26 @@
],
"time": "2018-11-20T15:27:04+00:00"
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "symfony/cache",
"version": "v4.2.11",
"version": "v4.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "2a139a2697dbe06526b5f1d53bb0d21a574ba1f7"
"reference": "40c62600ebad1ed2defbf7d35523d918a73ab330"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/2a139a2697dbe06526b5f1d53bb0d21a574ba1f7",
"reference": "2a139a2697dbe06526b5f1d53bb0d21a574ba1f7",
"url": "https://api.github.com/repos/symfony/cache/zipball/40c62600ebad1ed2defbf7d35523d918a73ab330",
"reference": "40c62600ebad1ed2defbf7d35523d918a73ab330",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/cache": "~1.0",
"psr/log": "~1.0",
"psr/simple-cache": "^1.0",
"symfony/contracts": "^1.0",
"symfony/cache-contracts": "^1.1",
"symfony/service-contracts": "^1.1",
"symfony/var-exporter": "^4.2"
},
"conflict": {
@ -1826,6 +1778,7 @@
"doctrine/cache": "~1.6",
"doctrine/dbal": "~2.5",
"predis/predis": "~1.1",
"psr/simple-cache": "^1.0",
"symfony/config": "~4.2",
"symfony/dependency-injection": "~3.4|~4.1",
"symfony/var-dumper": "^4.1.1"
@ -1833,7 +1786,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
"dev-master": "4.3-dev"
}
},
"autoload": {
@ -1864,7 +1817,7 @@
"caching",
"psr6"
],
"time": "2019-06-28T08:22:31+00:00"
"time": "2019-10-04T10:57:53+00:00"
},
{
"name": "symfony/config",
@ -3296,16 +3249,16 @@
},
{
"name": "symfony/var-exporter",
"version": "v4.2.11",
"version": "v4.3.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "8539c2cec7202d244058075351c61aa852ffa344"
"reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/8539c2cec7202d244058075351c61aa852ffa344",
"reference": "8539c2cec7202d244058075351c61aa852ffa344",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/d5b4e2d334c1d80e42876c7d489896cfd37562f2",
"reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2",
"shasum": ""
},
"require": {
@ -3317,7 +3270,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
"dev-master": "4.3-dev"
}
},
"autoload": {
@ -3352,7 +3305,7 @@
"instantiate",
"serialize"
],
"time": "2019-06-22T08:17:17+00:00"
"time": "2019-08-22T07:33:08+00:00"
},
{
"name": "symfony/yaml",