Sfoglia il codice sorgente

Update composer.json with the new directive for autoloading.

Daniele Alessandri 14 anni fa
parent
commit
20f9c0c155
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      composer.json

+ 3 - 0
composer.json

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