This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig/composer.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"name": "symfony/twig-bridge",
"type": "symfony-bridge",
"description": "Symfony Twig Bridge",
"keywords": [],
"homepage": "http://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.11"
2011-09-24 18:13:35 +01:00
},
2012-05-12 17:52:27 +01:00
"require-dev": {
2012-09-06 19:45:30 +01:00
"symfony/form": "2.2.*",
"symfony/http-kernel": ">=2.2,<2.4-dev",
"symfony/routing": ">=2.2,<2.4-dev",
"symfony/templating": "~2.1",
"symfony/translation": ">=2.0,<2.4-dev",
"symfony/yaml": "~2.0",
"symfony/security": ">=2.0,<2.4-dev"
2012-05-12 17:52:27 +01:00
},
2011-09-24 18:13:35 +01:00
"suggest": {
"symfony/form": "2.2.*",
"symfony/http-kernel": "2.2.*",
"symfony/routing": "2.2.*",
"symfony/templating": "2.2.*",
"symfony/translation": "2.2.*",
"symfony/yaml": "2.2.*",
"symfony/security": "2.2.*"
},
"autoload": {
"psr-0": { "Symfony\\Bridge\\Twig\\": "" }
},
2012-02-25 02:26:20 +00:00
"target-dir": "Symfony/Bridge/Twig",
"minimum-stability": "dev",
2012-02-25 02:26:20 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
2012-02-25 02:26:20 +00:00
}
}
2011-09-24 18:13:35 +01:00
}