Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
minor #118 Add info about security-bundle in the README (mTorres)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

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.

This should close #96.

Also this should be improved once #90 is resolved.

Commits
-------

5f031ff Add info about security-bundle in the README
  • Loading branch information
fabpot committed May 3, 2017
2 parents cd76e55 + 5f031ff commit c26f291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c26f291

Please sign in to comment.