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 71d1d70945 Merge branch '5.1'
* 5.1:
  Handle fetch mode deprecation of DBAL 2.11.
  Fixed security-* package dependencies
  Fixed handling of CSRF logout error
  [WebProfilerBundle] changed label of memory usage in time panel (Mb into MiB)
  [DotEnv][WebLink][Templating][ErrorHandler] Updated README with minimal example
2020-05-28 10:21:24 +02:00
..
Controller Merge branch '4.4' 2019-11-12 10:25:44 +01:00
Csp [WebProfiler] Remove 'none' when appending CSP tokens 2020-05-12 17:24:37 +10:00
DependencyInjection Merge branch '4.4' 2019-09-24 18:05:28 +02:00
EventListener Merge branch '4.4' 2019-07-31 14:45:18 +02:00
Profiler [WebProfilerBundle] Clean @internal annotations 2019-11-06 22:34:09 +01:00
Resources Merge branch '5.0' into 5.1 2020-05-28 10:20:44 +02:00
Tests Merge branch '5.0' 2020-05-16 11:12:54 +02:00
Twig Merge branch '4.4' 2019-09-24 18:05:28 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md Merge branch '4.4' 2019-09-24 18:05:28 +02:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist
README.md
WebProfilerBundle.php

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