Added suggestions

This commit is contained in:
Josh Sherman 2014-10-19 10:23:48 -04:00
parent a4242fd611
commit 1ef2adae12

View file

@ -25,6 +25,10 @@
"php": ">=5.4",
"bshaffer/oauth2-server-php": "v1.5"
},
"suggest": {
"mongodb/mongo-php-driver": "Required to use the Mongo storage engine",
"predis/predis": "Required to use the Redis storage engine",
}
"autoload": {
"psr-4": {
"Pickles\\" : "src/"