From 5f031ff4b3bf99af1580967f1f7ef3086aa7d119 Mon Sep 17 00:00:00 2001 From: mTorres Date: Wed, 3 May 2017 08:53:05 +0200 Subject: [PATCH] Add info about security-bundle in the README Along the lines of monolog-bridge and debug-bundle, the security-bundle is needed as a dependency to show security information panel in the toolbar. This change is to document that. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index c1f64656..3a19409b 100644 --- a/README.rst +++ b/README.rst @@ -50,3 +50,7 @@ logs in the profiler. If you are using ``VarDumperServiceProvider``, add ``symfony/debug-bundle`` as a Composer dependency to display VarDumper dumps in the toolbar and the profiler. + +If you are using ``symfony/security``, add ``symfony/security-bundle`` as +a Composer dependency to display Security related information in the toolbar +and the profiler.