Skip to content

Commit

Permalink
0.15.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Nov 7, 2015
1 parent db981ce commit 779c6fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "romeoz/rock-cache",
"description": "Unified API for key-value storages in memory. As a storage can be used: Local, APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.",
"description": "Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.",
"keywords": ["caching", "race condition", "dog-pile", "tagging cache", "redis", "memcache", "memcached", "apc", "memory", "couchbase", "mongodb"],
"type": "library",
"license": "MIT",
Expand All @@ -20,11 +20,9 @@
"romeoz/rock-events" : "0.11.*"
},
"require-dev": {
"phpunit/phpunit": "^4.7.0",
"romeoz/rock-file": "0.11.*"
"phpunit/phpunit": "^4.7.0"
},
"suggest": {
"romeoz/rock-file": "required for using Local as storage",
"romeoz/rock-mongodb": "required for using MongoDB as storage"
},
"autoload": {
Expand Down

0 comments on commit 779c6fb

Please sign in to comment.