1
0
Fork 0

Add autoload example to the package repository docs for clarity

pull/775/merge
Jordi Boggiano 2012-06-21 14:03:19 +02:00
parent 537ead6aae
commit 48f66f66fb
1 changed files with 3 additions and 0 deletions

View File

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