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/WebProfilerBundle
Nicolas Grekas 28ae698af3 Merge branch '4.4'
* 4.4:
  Fix compatibility with PHPUnit 8
  Disable phpunit typehint patch on 4.3 branch
  Fix deprecation on 4.3
2019-08-08 14:08:24 +02:00
..
Controller Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Csp Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
DependencyInjection Merge branch '4.4' 2019-08-06 09:16:59 +02:00
EventListener Merge branch '4.4' 2019-07-31 14:45:18 +02:00
Profiler Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Resources Merge branch '4.4' 2019-08-05 18:34:36 +02:00
Tests Merge branch '4.4' 2019-08-08 14:08:24 +02:00
Twig Merge branch '4.4' 2019-07-24 16:52:25 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '4.4' 2019-08-05 18:34:36 +02:00
composer.json Merge branch '4.4' 2019-07-24 16:52:25 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [WebProfilerBundle] added a note in the README 2018-09-24 10:42:32 +02:00
WebProfilerBundle.php made it clear that the profiler is for dev only 2018-09-24 10:00:32 +02:00

WebProfilerBundle

The Web profiler bundle is a development tool that gives detailed information about the execution of any request.

Never enable it on production servers as it will lead to major security vulnerabilities in your project.

Resources