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

44 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "symfony/debug-bundle",
"type": "symfony-bundle",
"description": "Symfony DebugBundle",
"keywords": [],
"homepage": "http://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
2015-01-08 21:38:30 +00:00
"php": ">=5.3.9",
2014-12-27 11:38:42 +00:00
"symfony/http-kernel": "~2.6|~3.0.0",
"symfony/twig-bridge": "~2.6|~3.0.0",
"symfony/var-dumper": "~2.6|~3.0.0"
},
2014-09-29 14:50:01 +01:00
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0",
2014-12-27 11:38:42 +00:00
"symfony/config": "~2.3|~3.0.0",
"symfony/dependency-injection": "~2.3|~3.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-0": { "Symfony\\Bundle\\DebugBundle\\": "" }
},
"target-dir": "Symfony/Bundle/DebugBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2014-11-10 18:00:54 +00:00
"dev-master": "2.7-dev"
}
}
}