This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/DebugBundle/composer.json

46 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "symfony/debug-bundle",
"type": "symfony-bundle",
"description": "Symfony DebugBundle",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
2014-11-19 21:23:28 +00:00
"php": ">=5.5.9",
"symfony/http-kernel": "~2.8|~3.0|~4.0.0",
"symfony/twig-bridge": "~2.8|~3.0|~4.0.0",
"symfony/var-dumper": "~2.8|~3.0|~4.0.0"
},
2014-09-29 14:50:01 +01:00
"require-dev": {
"symfony/config": "~3.3|~4.0.0",
"symfony/dependency-injection": "~3.3|~4.0.0",
"symfony/web-profiler-bundle": "~2.8|~3.0|~4.0.0"
2014-09-29 14:50:01 +01:00
},
"suggest": {
"symfony/config": "For service container configuration",
"symfony/dependency-injection": "For using as a service from the container"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2017-05-17 17:21:40 +01:00
"dev-master": "3.4-dev"
}
}
}