diff options
Diffstat (limited to 'src/Symfony/Component/HttpKernel')
-rw-r--r-- | src/Symfony/Component/HttpKernel/composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Symfony/Component/HttpKernel/composer.json b/src/Symfony/Component/HttpKernel/composer.json index 59dd77b..0094dc5 100644 --- a/src/Symfony/Component/HttpKernel/composer.json +++ b/src/Symfony/Component/HttpKernel/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/http-kernel", "type": "library", - "description": "Symfony HttpKernel Component", + "description": "Provides a structured process for converting a Request into a Response", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", @@ -42,7 +42,7 @@ "symfony/translation": "^4.2|^5.0", "symfony/translation-contracts": "^1.1|^2", "psr/cache": "~1.0", - "twig/twig": "^1.34|^2.4|^3.0" + "twig/twig": "^1.43|^2.13|^3.0.4" }, "provide": { "psr/log-implementation": "1.0" @@ -53,7 +53,7 @@ "symfony/console": ">=5", "symfony/dependency-injection": "<4.3", "symfony/translation": "<4.2", - "twig/twig": "<1.34|<2.4,>=2" + "twig/twig": "<1.43|<2.13,>=2" }, "suggest": { "symfony/browser-kit": "", |