소스 검색

Update composer.json with the new directive for autoloading.

Daniele Alessandri 13 년 전
부모
커밋
20f9c0c155
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      composer.json

+ 3 - 0
composer.json

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