Bump doctrine/doctrine-cache-bundle from 1.3.5 to 1.4.0

Bumps [doctrine/doctrine-cache-bundle](https://github.com/doctrine/DoctrineCacheBundle) from 1.3.5 to 1.4.0.
- [Release notes](https://github.com/doctrine/DoctrineCacheBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineCacheBundle/compare/1.3.5...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-02 03:57:54 +00:00 committed by GitHub
parent b76bf31bca
commit 7dddb5bc24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

57
composer.lock generated
View file

@ -412,16 +412,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "1.9.1", "version": "1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55" "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55", "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55", "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -488,10 +488,9 @@
"memcached", "memcached",
"php", "php",
"redis", "redis",
"riak",
"xcache" "xcache"
], ],
"time": "2019-11-15T14:31:57+00:00" "time": "2019-11-29T15:36:20+00:00"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
@ -820,39 +819,39 @@
}, },
{ {
"name": "doctrine/doctrine-cache-bundle", "name": "doctrine/doctrine-cache-bundle",
"version": "1.3.5", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineCacheBundle.git", "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927" "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927", "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927", "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "^1.4.2", "doctrine/cache": "^1.4.2",
"doctrine/inflector": "~1.0", "doctrine/inflector": "^1.0",
"php": ">=5.3.2", "php": "^7.1",
"symfony/doctrine-bridge": "~2.7|~3.3|~4.0" "symfony/doctrine-bridge": "^3.4|^4.0"
}, },
"require-dev": { "require-dev": {
"instaclick/coding-standard": "~1.1", "instaclick/coding-standard": "~1.1",
"instaclick/object-calisthenics-sniffs": "dev-master", "instaclick/object-calisthenics-sniffs": "dev-master",
"instaclick/symfony2-coding-standard": "dev-remaster", "instaclick/symfony2-coding-standard": "dev-remaster",
"phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0", "phpunit/phpunit": "^7.0",
"predis/predis": "~0.8", "predis/predis": "~0.8",
"satooshi/php-coveralls": "^1.0", "satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "~1.5", "squizlabs/php_codesniffer": "~1.5",
"symfony/console": "~2.7|~3.3|~4.0", "symfony/console": "^3.4|^4.0",
"symfony/finder": "~2.7|~3.3|~4.0", "symfony/finder": "^3.4|^4.0",
"symfony/framework-bundle": "~2.7|~3.3|~4.0", "symfony/framework-bundle": "^3.4|^4.0",
"symfony/phpunit-bridge": "~2.7|~3.3|~4.0", "symfony/phpunit-bridge": "^3.4|^4.0",
"symfony/security-acl": "~2.7|~3.3", "symfony/security-acl": "^2.8",
"symfony/validator": "~2.7|~3.3|~4.0", "symfony/validator": "^3.4|^4.0",
"symfony/yaml": "~2.7|~3.3|~4.0" "symfony/yaml": "^3.4|^4.0"
}, },
"suggest": { "suggest": {
"symfony/security-acl": "For using this bundle to cache ACLs" "symfony/security-acl": "For using this bundle to cache ACLs"
@ -860,7 +859,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "1.4.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -877,8 +876,8 @@
], ],
"authors": [ "authors": [
{ {
"name": "Symfony Community", "name": "Fabien Potencier",
"homepage": "http://symfony.com/contributors" "email": "fabien@symfony.com"
}, },
{ {
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
@ -893,12 +892,12 @@
"email": "guilhermeblanco@hotmail.com" "email": "guilhermeblanco@hotmail.com"
}, },
{ {
"name": "Doctrine Project", "name": "Symfony Community",
"homepage": "http://www.doctrine-project.org/" "homepage": "http://symfony.com/contributors"
}, },
{ {
"name": "Fabien Potencier", "name": "Doctrine Project",
"email": "fabien@symfony.com" "homepage": "http://www.doctrine-project.org/"
} }
], ],
"description": "Symfony Bundle for Doctrine Cache", "description": "Symfony Bundle for Doctrine Cache",
@ -907,7 +906,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2018-11-09T06:25:35+00:00" "time": "2019-11-29T11:22:01+00:00"
}, },
{ {
"name": "doctrine/doctrine-migrations-bundle", "name": "doctrine/doctrine-migrations-bundle",