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.json25
1 files changed, 11 insertions, 14 deletions
diff --git a/src/Symfony/Component/HttpKernel/composer.json b/src/Symfony/Component/HttpKernel/composer.json
index 14e1c64..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",
@@ -16,13 +16,15 @@
}
],
"require": {
- "php": "^7.1.3",
+ "php": ">=7.1.3",
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
- "symfony/http-foundation": "^4.4|^5.0",
+ "symfony/http-client-contracts": "^1.1|^2",
+ "symfony/http-foundation": "^4.4.30|^5.3.7",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
- "psr/log": "~1.0"
+ "symfony/polyfill-php80": "^1.16",
+ "psr/log": "^1|^2"
},
"require-dev": {
"symfony/browser-kit": "^4.3|^5.0",
@@ -39,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",
@@ -51,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": "",
@@ -65,10 +67,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- }
+ "minimum-stability": "dev"
}