diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 21 |
1 files changed, 16 insertions, 5 deletions
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" } } } |