{ "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": { "php": ">=5.3.3", "symfony/http-kernel": "~2.6", "symfony/twig-bridge": "~2.6", "symfony/var-dumper": "~2.6" }, "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": { "dev-master": "2.6-dev" } } }