Explorar o código

Add autoload example to the package repository docs for clarity

Jordi Boggiano %!s(int64=13) %!d(string=hai) anos
pai
achega
48f66f66fb
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      doc/05-repositories.md

+ 3 - 0
doc/05-repositories.md

@@ -252,6 +252,9 @@ Here is an example for the smarty template engine:
                         "url": "http://smarty-php.googlecode.com/svn/",
                         "type": "svn",
                         "reference": "tags/Smarty_3_1_7/distribution/"
+                    },
+                    "autoload": {
+                        "classmap": ["libs/"]
                     }
                 }
             }