Browse Source

Update composer.json with the new directive for autoloading.

Daniele Alessandri 13 years ago
parent
commit
20f9c0c155
1 changed files with 3 additions and 0 deletions
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -15,5 +15,8 @@
     ],
     "require": {
         "php": ">=5.3.0"
+    },
+    "autoload": {
+        "psr-0": {"Predis": "lib/"}
     }
 }