42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "symfony/debug-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
|
|
"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": ">=8.2",
|
|
"ext-xml": "*",
|
|
"symfony/dependency-injection": "^6.4|^7.0",
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
"symfony/twig-bridge": "^6.4|^7.0",
|
|
"symfony/var-dumper": "^6.4|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "^6.4|^7.0",
|
|
"symfony/web-profiler-bundle": "^6.4|^7.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<6.4",
|
|
"symfony/dependency-injection": "<6.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|