Files
archived-web-profiler-bundle/composer.json
2025-09-14 10:01:01 +02:00

51 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": ["dev"],
"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.4",
"composer-runtime-api": ">=2.1",
"symfony/config": "^7.4|^8.0",
"symfony/framework-bundle": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/routing": "^7.4|^8.0",
"symfony/twig-bundle": "^7.4|^8.0"
},
"require-dev": {
"symfony/browser-kit": "^7.4|^8.0",
"symfony/console": "^7.4|^8.0",
"symfony/css-selector": "^7.4|^8.0",
"symfony/runtime": "^7.4|^8.0",
"symfony/stopwatch": "^7.4|^8.0"
},
"conflict": {
"symfony/serializer": "<7.4",
"symfony/workflow": "<7.4"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"symfony/runtime": false
}
}
}