kekrozsak/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/composer.json

32 lines
781 B
JSON

{
"name": "symfony/web-profiler-bundle",
"type": "symfony-bundle",
"description": "Symfony WebProfilerBundle",
"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/twig-bundle": "self.version"
},
"autoload": {
"psr-0": { "Symfony\\Bundle\\WebProfilerBundle": "" }
},
"target-dir": "Symfony/Bundle/WebProfilerBundle",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}