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

56 lines
1.5 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": "https://symfony.com",
2011-09-24 18:13:35 +01:00
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2011-09-24 18:13:35 +01:00
}
],
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.12,>=1.12.3"
2011-09-24 18:13:35 +01:00
},
2012-05-12 17:52:27 +01:00
"require-dev": {
2015-02-24 08:06:17 +00:00
"symfony/phpunit-bridge": "~2.7",
"symfony/finder": "~2.3",
2015-07-21 14:40:18 +01:00
"symfony/form": "~2.3.31",
"symfony/http-kernel": "~2.3",
2015-01-02 16:09:32 +00:00
"symfony/intl": "~2.3",
"symfony/routing": "~2.2",
"symfony/templating": "~2.1",
"symfony/translation": "~2.2",
"symfony/yaml": "~2.0,>=2.0.5",
2015-08-01 09:11:30 +01:00
"symfony/security-acl": "~2.0,>=2.0.5",
"symfony/security": "~2.0,>=2.0.5"
2012-05-12 17:52:27 +01:00
},
2011-09-24 18:13:35 +01:00
"suggest": {
"symfony/finder": "",
"symfony/form": "",
"symfony/http-kernel": "",
"symfony/routing": "",
"symfony/templating": "",
"symfony/translation": "",
"symfony/yaml": "",
"symfony/security": ""
},
"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
}