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
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "twig/extra-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "A Symfony bundle for extra Twig extensions",
|
|
"keywords": ["twig", "extra", "bundle"],
|
|
"homepage": "https://twig.symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/framework-bundle": "^4.3|^5.0",
|
|
"symfony/twig-bundle": "^4.3|^5.0",
|
|
"twig/twig": "^2.4|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"twig/cssinliner-extra": "^2.12|^3.0",
|
|
"twig/html-extra": "^2.12|^3.0",
|
|
"twig/inky-extra": "^2.12|^3.0",
|
|
"twig/intl-extra": "^2.12|^3.0",
|
|
"twig/markdown-extra": "^2.12|^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4" : {
|
|
"Twig\\Extra\\TwigExtraBundle\\" : "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4" : {
|
|
"Twig\\Extra\\TwigExtraBundle\\Tests\\" : "tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
}
|
|
}
|