diff --git a/src/composer.lock b/src/composer.lock index 64ac1db..0e96bec 100644 --- a/src/composer.lock +++ b/src/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": "cb97ec1ecb0bc6c2f533cf823334f57a", + "content-hash": "e60e5f8a276808f1efa3c49941588578", "packages": [ { "name": "doctrine/annotations", @@ -72,42 +72,46 @@ "docblock", "parser" ], - "time": "2014-12-23 22:40:37" + "time": "2014-12-23T22:40:37+00:00" }, { "name": "doctrine/cache", - "version": "v1.4.1", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03" + "reference": "56cd022adb5514472cb144c087393c1821911d09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03", - "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03", + "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", + "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", - "satooshi/php-coveralls": "~0.6" + "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.5.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/", @@ -115,6 +119,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -123,10 +131,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -136,13 +140,38 @@ "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" + ], + "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": "2015-04-15 00:11:59" + "time": "2022-05-20T20:06:54+00:00" }, { "name": "doctrine/collections", @@ -208,7 +237,7 @@ "collections", "iterator" ], - "time": "2015-04-14 22:21:58" + "time": "2015-04-14T22:21:58+00:00" }, { "name": "doctrine/common", @@ -281,7 +310,7 @@ "persistence", "spl" ], - "time": "2015-04-02 19:55:44" + "time": "2015-04-02T19:55:44+00:00" }, { "name": "doctrine/dbal", @@ -352,7 +381,7 @@ "persistence", "queryobject" ], - "time": "2015-01-12 21:52:47" + "time": "2015-01-12T21:52:47+00:00" }, { "name": "doctrine/inflector", @@ -419,7 +448,7 @@ "singularize", "string" ], - "time": "2014-12-20 21:24:13" + "time": "2014-12-20T21:24:13+00:00" }, { "name": "doctrine/lexer", @@ -473,7 +502,7 @@ "lexer", "parser" ], - "time": "2014-09-09 13:34:57" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "igorw/config-service-provider", @@ -530,7 +559,7 @@ "keywords": [ "silex" ], - "time": "2014-07-06 10:59:11" + "time": "2014-07-06T10:59:11+00:00" }, { "name": "pimple/pimple", @@ -576,7 +605,7 @@ "container", "dependency injection" ], - "time": "2013-11-22 08:30:29" + "time": "2013-11-22T08:30:29+00:00" }, { "name": "psr/log", @@ -614,7 +643,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "silex/silex", @@ -697,7 +726,7 @@ "keywords": [ "microframework" ], - "time": "2014-09-26 09:32:30" + "time": "2014-09-26T09:32:30+00:00" }, { "name": "symfony/debug", @@ -758,7 +787,7 @@ ], "description": "Symfony Debug Component", "homepage": "http://symfony.com", - "time": "2015-03-22 16:55:57" + "time": "2015-03-22T16:55:57+00:00" }, { "name": "symfony/event-dispatcher", @@ -815,7 +844,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2015-01-29 18:20:43" + "time": "2015-01-29T18:20:43+00:00" }, { "name": "symfony/http-foundation", @@ -868,7 +897,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2015-04-01 15:49:36" + "time": "2015-04-01T15:49:36+00:00" }, { "name": "symfony/http-kernel", @@ -942,7 +971,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", - "time": "2015-04-01 16:01:45" + "time": "2015-04-01T16:01:45+00:00" }, { "name": "symfony/routing", @@ -1010,7 +1039,7 @@ "uri", "url" ], - "time": "2015-02-08 07:07:45" + "time": "2015-02-08T07:07:45+00:00" }, { "name": "twig/twig", @@ -1067,15 +1096,18 @@ "keywords": [ "templating" ], - "time": "2015-04-19 08:30:27" + "time": "2015-04-19T08:30:27+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "twig/twig": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }