Fixed composer.json and updated dependencies

This commit is contained in:
Josh Sherman 2014-10-19 10:29:29 -04:00
parent 11e4fee711
commit 8e88ffb440
2 changed files with 149 additions and 25 deletions

View file

@ -27,8 +27,8 @@
},
"suggest": {
"mongodb/mongo-php-driver": "Required to use the Mongo storage engine",
"predis/predis": "Required to use the Redis storage engine",
}
"predis/predis": "Required to use the Redis storage engine"
},
"autoload": {
"psr-4": {
"Pickles\\" : "src/"