summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/HttpKernel/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/HttpKernel/composer.json')
-rw-r--r--src/Symfony/Component/HttpKernel/composer.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Symfony/Component/HttpKernel/composer.json b/src/Symfony/Component/HttpKernel/composer.json
index 59dd77b..c2758e4 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",
@@ -20,11 +20,11 @@
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-client-contracts": "^1.1|^2",
- "symfony/http-foundation": "^4.4|^5.0",
+ "symfony/http-foundation": "^4.4.30|^5.3.7",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
- "symfony/polyfill-php80": "^1.15",
- "psr/log": "~1.0"
+ "symfony/polyfill-php80": "^1.16",
+ "psr/log": "^1|^2"
},
"require-dev": {
"symfony/browser-kit": "^4.3|^5.0",
@@ -41,11 +41,11 @@
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2",
- "psr/cache": "~1.0",
- "twig/twig": "^1.34|^2.4|^3.0"
+ "psr/cache": "^1.0|^2.0|^3.0",
+ "twig/twig": "^1.43|^2.13|^3.0.4"
},
"provide": {
- "psr/log-implementation": "1.0"
+ "psr/log-implementation": "1.0|2.0"
},
"conflict": {
"symfony/browser-kit": "<4.3",
@@ -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": "",