Przeglądaj źródła

Update composer.json with the new directive for autoloading.

Daniele Alessandri 13 lat temu
rodzic
commit
20f9c0c155
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      composer.json

+ 3 - 0
composer.json

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