89 lines
3.4 KiB
JSON
89 lines
3.4 KiB
JSON
{
|
|
"name": "symfony/twig-bridge",
|
|
"type": "symfony-bridge",
|
|
"description": "Provides integration for Twig with various Symfony components",
|
|
"keywords": [],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/translation-contracts": "^1.1|^2|^3",
|
|
"twig/twig": "^2.13|^3.0.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.12",
|
|
"egulias/email-validator": "^2.1.10|^3",
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
"symfony/asset": "^4.4|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/finder": "^4.4|^5.0|^6.0",
|
|
"symfony/form": "^5.3|^6.0",
|
|
"symfony/http-foundation": "^5.3|^6.0",
|
|
"symfony/http-kernel": "^4.4|^5.0|^6.0",
|
|
"symfony/intl": "^4.4|^5.0|^6.0",
|
|
"symfony/mime": "^5.2|^6.0",
|
|
"symfony/polyfill-intl-icu": "~1.0",
|
|
"symfony/property-info": "^4.4|^5.1|^6.0",
|
|
"symfony/routing": "^4.4|^5.0|^6.0",
|
|
"symfony/translation": "^5.2|^6.0",
|
|
"symfony/yaml": "^4.4|^5.0|^6.0",
|
|
"symfony/security-acl": "^2.8|^3.0",
|
|
"symfony/security-core": "^4.4|^5.0|^6.0",
|
|
"symfony/security-csrf": "^4.4|^5.0|^6.0",
|
|
"symfony/security-http": "^4.4|^5.0|^6.0",
|
|
"symfony/serializer": "^5.2|^6.0",
|
|
"symfony/stopwatch": "^4.4|^5.0|^6.0",
|
|
"symfony/console": "^5.3|^6.0",
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
"symfony/web-link": "^4.4|^5.0|^6.0",
|
|
"symfony/workflow": "^5.2|^6.0",
|
|
"twig/cssinliner-extra": "^2.12|^3",
|
|
"twig/inky-extra": "^2.12|^3",
|
|
"twig/markdown-extra": "^2.12|^3"
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
|
"phpdocumentor/type-resolver": "<1.4.0",
|
|
"symfony/console": "<5.3",
|
|
"symfony/form": "<5.3",
|
|
"symfony/http-foundation": "<5.3",
|
|
"symfony/http-kernel": "<4.4",
|
|
"symfony/translation": "<5.2",
|
|
"symfony/workflow": "<5.2"
|
|
},
|
|
"suggest": {
|
|
"symfony/finder": "",
|
|
"symfony/asset": "For using the AssetExtension",
|
|
"symfony/form": "For using the FormExtension",
|
|
"symfony/http-kernel": "For using the HttpKernelExtension",
|
|
"symfony/routing": "For using the RoutingExtension",
|
|
"symfony/translation": "For using the TranslationExtension",
|
|
"symfony/yaml": "For using the YamlExtension",
|
|
"symfony/security-core": "For using the SecurityExtension",
|
|
"symfony/security-csrf": "For using the CsrfExtension",
|
|
"symfony/security-http": "For using the LogoutUrlExtension",
|
|
"symfony/stopwatch": "For using the StopwatchExtension",
|
|
"symfony/var-dumper": "For using the DumpExtension",
|
|
"symfony/expression-language": "For using the ExpressionExtension",
|
|
"symfony/web-link": "For using the WebLinkExtension"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Bridge\\Twig\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|