You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Symfony 2.4, the Security component has been split into four packages: symfony/security-acl, symfony/security-core, symfony/security-csrf and symfony/security-http. This should be documented in some way at least in the components documentation.
The text was updated successfully, but these errors were encountered:
…rity component (javiereguiluz)
This PR was squashed before being merged into the 2.6 branch (closes#5435).
Discussion
----------
Added information about the four sub-components of Security component
| Q | A
| ------------- | ---
| Doc fix? | no
| New docs? | yes
| Applies to | 2.6+
| Fixed tickets | #4151
Commits
-------
839342d Added information about the four sub-components of Security component
This issue was supossedly fixed by #5435. I don't know if you still consider it unfixed or if there was some error with the tool that closes issues when merging pull requests. Thanks.
As the PR was merged with a squash, the commit was not a proper merge commit. This means that GitHub will only close the issues after "closes" in the commit message once the commit was merged into the master branch.
Starting with Symfony 2.4, the Security component has been split into four packages:
symfony/security-acl
,symfony/security-core
,symfony/security-csrf
andsymfony/security-http
. This should be documented in some way at least in the components documentation.The text was updated successfully, but these errors were encountered: