mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 12:57:05 +00:00
a089f1e8a7
* 1.x: simplified tests added Twig_Util_DeprecationCollector to collect deprecation notices for a set of templates tweaked some deprecation messages added deprecation notices for deprecated classes optimized legacy tests management added a way to manage legacy tests in fixtures removed usage of deprecated features, marked some tests as being legacy added the Symfony PHPUnit bridge to better manage deprecation notices added deprecated notices for deprecated features added some documentation about deprecation notices added a way to trigger deprecation notices for filters and functions added deprecation for the raw tag added deprecation notices for deprecated tests fixed CS Optimize the retrieval of reserved macro names Remove dead code added the raw tag as being deprecated replaced obsolete raw tag by verbatim in tests
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
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-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"support": {
|
|
"forum": "https://groups.google.com/forum/#!forum/twig-users"
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "~2.7",
|
|
"symfony/debug": "~2.7"
|
|
},
|
|
"autoload": {
|
|
"psr-0" : {
|
|
"Twig_" : "lib/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
}
|
|
}
|