diff --git a/composer.json b/composer.json index 02497d0..878ed0c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=7.1", - "matomo/doctrine-cache-fork": "1.10.3" + "matomo/doctrine-cache-fork": "1.10.4" }, "require-dev": { "phpunit/phpunit": "~7.0" diff --git a/composer.lock b/composer.lock index cfb48ba..a44c01b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,42 +4,52 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6d796befc18b665d0bc5cc4c5adad8e8", + "content-hash": "54ddd3232468f11ff58df3b4974f8837", "packages": [ { "name": "matomo/doctrine-cache-fork", - "version": "1.10.3", + "version": "1.10.4", "source": { "type": "git", "url": "https://github.com/matomo-org/cache.git", - "reference": "99f03884f4458d4e4bf63cfd9ef810b8d13da9e8" + "reference": "a3f6b7e86061a2f3c68122ee58e9d8aa815baff6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matomo-org/cache/zipball/99f03884f4458d4e4bf63cfd9ef810b8d13da9e8", - "reference": "99f03884f4458d4e4bf63cfd9ef810b8d13da9e8", + "url": "https://api.github.com/repos/matomo-org/cache/zipball/a3f6b7e86061a2f3c68122ee58e9d8aa815baff6", + "reference": "a3f6b7e86061a2f3c68122ee58e9d8aa815baff6", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { - "phpunit/phpunit": ">=3.7", - "predis/predis": "~1.0", - "satooshi/php-coveralls": "~0.6" + "alcaeus/mongo-php-adapter": "^1.1", + "doctrine/coding-standard": "^6.0", + "mongodb/mongodb": "^1.1", + "phpunit/phpunit": "^7.0", + "predis/predis": "~1.0" + }, + "suggest": { + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5.x-dev" + "dev-master": "1.9.x-dev" } }, "autoload": { - "psr-0": { - "Doctrine\\Common\\Cache\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + } + }, + "autoload-dev": { + "psr-4": { + "Doctrine\\Tests\\": "tests/Doctrine/Tests" } }, "license": [ @@ -67,16 +77,37 @@ "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": { - "source": "https://github.com/matomo-org/cache/tree/1.10.3" + "source": "https://github.com/matomo-org/cache/tree/1.10.4" }, - "time": "2021-08-19T23:54:50+00:00" + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/phpdoctrine" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache" + }, + { + "type": "custom", + "url": "https://www.doctrine-project.org/sponsorship.html" + } + ], + "time": "2021-09-13T22:06:08+00:00" } ], "packages-dev": [