Update composer.json with the new directive for autoloading.

This commit is contained in:
Daniele Alessandri
2011-11-05 14:33:16 +01:00
parent 29f26b0f9b
commit 20f9c0c155
+3
View File
@@ -15,5 +15,8 @@
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"Predis": "lib/"}
}
}