From 4ed01d6649cafbebe7cd7c10534f27c903113e6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2019 11:30:04 +0100 Subject: v1.9.0 --- composer.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2ee5d25..e8e4a8d 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,20 @@ { "name": "doctrine/cache", "type": "library", - "description": "Caching library offering an object-oriented API for many cache backends", - "keywords": ["cache", "caching"], - "homepage": "https://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.", + "keywords": [ + "php", + "cache", + "caching", + "abstraction", + "redis", + "memcached", + "couchdb", + "xcache", + "apcu", + "riak" + ], + "homepage": "https://www.doctrine-project.org/projects/cache.html", "license": "MIT", "authors": [ {"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"}, @@ -20,7 +31,7 @@ "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0", "predis/predis": "~1.0", - "doctrine/coding-standard": "^4.0" + "doctrine/coding-standard": "^6.0" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -36,7 +47,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.9.x-dev" } } } -- cgit