082a0130c2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
32 lines
701 B
JSON
32 lines
701 B
JSON
{
|
|
"name": "twig/twig",
|
|
"type": "library",
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"keywords": ["templating"],
|
|
"homepage": "http://twig.sensiolabs.org",
|
|
"license": "BSD-3",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"autoload": {
|
|
"psr-0" : {
|
|
"Twig_" : "lib/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.8-dev"
|
|
}
|
|
}
|
|
}
|