mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
e5ae15e7de
* 2.x: support Sf5 Fix constraints Update doc with new escaping behavior Remove obsolete page language typo Add missing suggestions in Twig Extra Bundle
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "twig/twig",
|
|
"type": "library",
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"keywords": ["templating"],
|
|
"homepage": "https://twig.symfony.com",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"symfony/polyfill-mbstring": "^1.3",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4|^5.0",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4" : {
|
|
"Twig\\" : "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4" : {
|
|
"Twig\\Tests\\" : "tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
}
|
|
}
|