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/Bundle/TwigBundle/composer.json

61 lines
1.7 KiB
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"name": "symfony/twig-bundle",
"type": "symfony-bundle",
"description": "Symfony TwigBundle",
"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": {
2019-05-28 14:10:17 +01:00
"php": "^7.2.9",
2019-05-28 18:17:01 +01:00
"symfony/config": "^4.4|^5.0",
"symfony/error-renderer": "^4.4|^5.0",
"symfony/twig-bridge": "^5.0",
2019-05-28 18:17:01 +01:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^5.0",
"symfony/polyfill-ctype": "~1.8",
2019-06-29 19:17:41 +01:00
"twig/twig": "^2.10|^3"
},
"require-dev": {
2019-05-28 18:17:01 +01:00
"symfony/asset": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/form": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/translation": "^5.0",
2019-05-28 18:17:01 +01:00
"symfony/yaml": "^4.4|^5.0",
"symfony/framework-bundle": "^5.0",
2019-05-28 18:17:01 +01:00
"symfony/web-link": "^4.4|^5.0",
2019-08-21 19:56:01 +01:00
"doctrine/annotations": "~1.7",
"doctrine/cache": "~1.0"
},
2019-05-29 08:31:53 +01:00
"conflict": {
2019-05-29 09:53:30 +01:00
"symfony/dependency-injection": "<4.4",
"symfony/framework-bundle": "<5.0",
"symfony/translation": "<5.0"
2019-05-29 08:31:53 +01:00
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
2012-02-25 02:26:20 +00:00
"extra": {
"branch-alias": {
2019-05-28 13:18:42 +01:00
"dev-master": "5.0-dev"
2012-02-25 02:26:20 +00:00
}
}
2011-09-24 18:13:35 +01:00
}