mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 09:26:29 +00:00
72d3c19e71
* branch alias allows installation of dev-master by requiring 1.7.*, which is important since most packages depend on twig "<2.0.0" * remove the version field, the version is determined by branch names and tags only * change license to BSD-3, this is more explicit and the preferred format for BSD licenses
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.7-dev"
|
|
}
|
|
}
|
|
}
|