From 27d71f443b4b8ca0be2ef9293da268c82cd12164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:14:41 +0000 Subject: [PATCH] Bump doctrine/cache from 1.3.0 to 1.13.0 in /server/libs/doctrine Bumps [doctrine/cache](https://github.com/doctrine/cache) from 1.3.0 to 1.13.0. - [Release notes](https://github.com/doctrine/cache/releases) - [Commits](https://github.com/doctrine/cache/compare/v1.3.0...1.13.0) --- updated-dependencies: - dependency-name: doctrine/cache dependency-type: indirect ... Signed-off-by: dependabot[bot] --- server/libs/doctrine/composer.lock | 132 +++++++++++++++++------------ 1 file changed, 76 insertions(+), 56 deletions(-) diff --git a/server/libs/doctrine/composer.lock b/server/libs/doctrine/composer.lock index 3bc2659..634f272 100644 --- a/server/libs/doctrine/composer.lock +++ b/server/libs/doctrine/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "f8b61c680b7f6565397f2e169fc66969", + "content-hash": "62bda947300f1e1dd73c55aba14fb6c3", "packages": [ { "name": "doctrine/annotations", @@ -76,41 +76,46 @@ "docblock", "parser" ], - "time": "2013-06-16 21:33:03" + "time": "2013-06-16T21:33:03+00:00" }, { "name": "doctrine/cache", - "version": "v1.3.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449" + "reference": "56cd022adb5514472cb144c087393c1821911d09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449", - "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449", + "url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09", + "reference": "56cd022adb5514472cb144c087393c1821911d09", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "phpunit/phpunit": ">=3.7", - "satooshi/php-coveralls": "~0.6" + "alcaeus/mongo-php-adapter": "^1.1", + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^9", + "mongodb/mongodb": "^1.1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "predis/predis": "~1.0", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/var-exporter": "^4.4 || ^5.4 || ^6" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "suggest": { + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, + "type": "library", "autoload": { - "psr-0": { - "Doctrine\\Common\\Cache\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", @@ -118,16 +123,9 @@ "MIT" ], "authors": [ - { - "name": "Jonathan H. Wage", - "email": "jonwage@gmail.com", - "homepage": "http://www.jwage.com/", - "role": "Creator" - }, { "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com", - "homepage": "http://www.instaclick.com" + "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", @@ -137,20 +135,47 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "http://jmsyst.com", - "role": "Developer of wrapped JMSSerializerBundle" + "email": "schmittjoh@gmail.com" } ], - "description": "Caching library offering an object-oriented API for many cache backends", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", + "homepage": "https://www.doctrine-project.org/projects/cache.html", "keywords": [ + "abstraction", + "apcu", "cache", - "caching" + "caching", + "couchdb", + "memcached", + "php", + "redis", + "xcache" ], - "time": "2013-10-25 19:04:14" + "support": { + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/1.13.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "type": "tidelift" + } + ], + "time": "2022-05-20T20:06:54+00:00" }, { "name": "doctrine/collections", @@ -218,7 +243,7 @@ "collections", "iterator" ], - "time": "2014-02-03 23:07:43" + "time": "2014-02-03T23:07:43+00:00" }, { "name": "doctrine/common", @@ -296,7 +321,7 @@ "persistence", "spl" ], - "time": "2014-05-21 19:28:51" + "time": "2014-05-21T19:28:51+00:00" }, { "name": "doctrine/dbal", @@ -362,7 +387,7 @@ "persistence", "queryobject" ], - "time": "2014-01-01 16:43:57" + "time": "2014-01-01T16:43:57+00:00" }, { "name": "doctrine/inflector", @@ -426,7 +451,7 @@ "singuarlize", "string" ], - "time": "2013-01-10 21:49:15" + "time": "2013-01-10T21:49:15+00:00" }, { "name": "doctrine/lexer", @@ -478,7 +503,7 @@ "lexer", "parser" ], - "time": "2013-01-12 18:59:04" + "time": "2013-01-12T18:59:04+00:00" }, { "name": "doctrine/orm", @@ -554,7 +579,7 @@ "database", "orm" ], - "time": "2014-06-10 11:49:08" + "time": "2014-06-10T11:49:08+00:00" }, { "name": "gedmo/doctrine-extensions", @@ -634,7 +659,7 @@ "tree", "uploadable" ], - "time": "2014-06-06 09:08:07" + "time": "2014-06-06T09:08:07+00:00" }, { "name": "salsify/json-streaming-parser", @@ -684,7 +709,7 @@ "parser", "streaming" ], - "time": "2014-05-27 23:29:51" + "time": "2014-05-27T23:29:51+00:00" }, { "name": "symfony/console", @@ -741,7 +766,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2014-05-22 08:54:24" + "time": "2014-05-22T08:54:24+00:00" }, { "name": "symfony/yaml", @@ -790,7 +815,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2014-05-16 14:25:18" + "time": "2014-05-16T14:25:18+00:00" }, { "name": "zendframework/zend-ldap", @@ -838,7 +863,7 @@ "ldap", "zf2" ], - "time": "2014-04-15 15:29:08" + "time": "2014-04-15T15:29:08+00:00" }, { "name": "zendframework/zend-stdlib", @@ -888,24 +913,19 @@ "stdlib", "zf2" ], - "time": "2014-04-15 15:28:48" + "time": "2014-04-15T15:28:48+00:00" } ], - "packages-dev": [ - - ], - "aliases": [ - - ], + "packages-dev": [], + "aliases": [], "minimum-stability": "stable", "stability-flags": { "gedmo/doctrine-extensions": 20, "zendframework/zend-ldap": 0 }, - "platform": [ - - ], - "platform-dev": [ - - ] + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "2.3.0" }