-
Notifications
You must be signed in to change notification settings - Fork 61
security panel needs symfony/yaml #90
Comments
Hi @mathroc, I'm actually not very happy with the hardcoding of the filter and function either. I think we could use composer suggestion in Any thought on how to improve that would be helpful, thanks! |
maybe we could just require I would even go as far as adding every "optional" dependencies to |
Perhaps a short-term solution would be to add a |
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
the security panel does not work without the symfony/yaml package
I don't think it can be added to composer.json dependencies (unless symfony/security-bundle is also added)
maybe
dump
orvar_dump
can used when theYaml
class does not exists ?The text was updated successfully, but these errors were encountered: