1234567891011121314151617181920212223242526 |
- {
- "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.2",
- "symfony/twig-bundle": "self.version"
- },
- "autoload": {
- "psr-0": { "Symfony\\Bundle\\WebProfilerBundle": "" }
- },
- "target-dir": "Symfony/Bundle/WebProfilerBundle"
- }
|