Add Autoloadig instructions for Composer

Add psr-0 autoload directive to composer.json for easier Autoloading
when using Composer as a package management tool
This commit is contained in:
Henrik Bjørnskov
2011-11-08 11:58:02 +01:00
parent 12addb3a1f
commit cf66a054b8
+5
View File
@@ -18,5 +18,10 @@
],
"require": {
"php": ">=5.2.4"
},
"autoload": {
"psr-0" : {
"Twig_" : "lib/"
}
}
}