48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "symfony/web-profiler-bundle",
|
||
|
"type": "symfony-bundle",
|
||
|
"description": "Provides a development tool that gives detailed information about the execution of any request",
|
||
|
"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/config": "^4.4|^5.0|^6.0",
|
||
|
"symfony/framework-bundle": "^5.3|^6.0",
|
||
|
"symfony/http-kernel": "^5.3|^6.0",
|
||
|
"symfony/polyfill-php80": "^1.16",
|
||
|
"symfony/routing": "^4.4|^5.0|^6.0",
|
||
|
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
|
||
|
"twig/twig": "^2.13|^3.0.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/browser-kit": "^4.4|^5.0|^6.0",
|
||
|
"symfony/console": "^4.4|^5.0|^6.0",
|
||
|
"symfony/css-selector": "^4.4|^5.0|^6.0",
|
||
|
"symfony/stopwatch": "^4.4|^5.0|^6.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/form": "<4.4",
|
||
|
"symfony/mailer": "<5.4",
|
||
|
"symfony/messenger": "<4.4",
|
||
|
"symfony/dependency-injection": "<5.2"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" },
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"minimum-stability": "dev"
|
||
|
}
|