summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Bundle/WebProfilerBundle/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Bundle/WebProfilerBundle/composer.json')
-rw-r--r--src/Symfony/Bundle/WebProfilerBundle/composer.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json
index 1952a2e..a847a4e 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/composer.json
+++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/web-profiler-bundle",
"type": "symfony-bundle",
- "description": "Symfony WebProfilerBundle",
+ "description": "Provides a development tool that gives detailed information about the execution of any request",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -16,13 +16,14 @@
}
],
"require": {
- "php": "^7.1.3",
+ "php": ">=7.1.3",
"symfony/config": "^4.2|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
+ "symfony/polyfill-php80": "^1.16",
"symfony/routing": "^4.3|^5.0",
"symfony/twig-bundle": "^4.2|^5.0",
- "twig/twig": "^1.41|^2.10|^3.0"
+ "twig/twig": "^1.43|^2.13|^3.0.4"
},
"require-dev": {
"symfony/browser-kit": "^4.3|^5.0",
@@ -41,10 +42,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- }
+ "minimum-stability": "dev"
}