diff --git a/src/Symfony/Bundle/WebProfilerBundle/.gitignore b/src/Symfony/Bundle/WebProfilerBundle/.gitignore new file mode 100644 index 0000000000..44de97a36a --- /dev/null +++ b/src/Symfony/Bundle/WebProfilerBundle/.gitignore @@ -0,0 +1,4 @@ +vendor/ +composer.lock +phpunit.xml + diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json index 62d1aae314..338ad281d5 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/composer.json +++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json @@ -17,7 +17,14 @@ ], "require": { "php": ">=5.3.3", - "symfony/twig-bundle": "2.2.*" + "symfony/http-kernel": "2.2.*", + "symfony/routing": "2.2.*", + "symfony/twig-bridge": "2.2.*" + }, + "require-dev": { + "symfony/config": "2.2.*", + "symfony/dependency-injection": "2.2.*", + "symfony/stopwatch": "2.2.*" }, "autoload": { "psr-0": { "Symfony\\Bundle\\WebProfilerBundle\\": "" } diff --git a/src/Symfony/Bundle/WebProfilerBundle/phpunit.xml.dist b/src/Symfony/Bundle/WebProfilerBundle/phpunit.xml.dist new file mode 100644 index 0000000000..23c801e2bd --- /dev/null +++ b/src/Symfony/Bundle/WebProfilerBundle/phpunit.xml.dist @@ -0,0 +1,30 @@ + + + + + + + ./Tests/ + + + + + + ./ + + ./Tests + ./Resources + + + +