From 48f66f66fb146d89bf07c0c2c7566b38aadcb5dd Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 21 Jun 2012 14:03:19 +0200 Subject: [PATCH] Add autoload example to the package repository docs for clarity --- doc/05-repositories.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 872f374eb..eef485c05 100644 --- a/doc/05-repositories.md +++ b/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/"] } } }