mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
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:
@@ -18,5 +18,10 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.2.4"
|
"php": ">=5.2.4"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0" : {
|
||||||
|
"Twig_" : "lib/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user