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
{{ message }}
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
IMO the symfony/security-acl dependency should be moved from require to require-dev (and suggest).
We are trying to remove ACL from the default symfony installation, see symfony/symfony#14718
And symfony/symfony 3.0 does not require security-acl anymore and security-acl is also extracted into standalone repo since 2.8.
But using symfony-standard 3.0 still installs security-acl because the doctrine cache bundle requires it.
The text was updated successfully, but these errors were encountered:
IMO the symfony/security-acl dependency should be moved from require to require-dev (and suggest).
We are trying to remove ACL from the default symfony installation, see symfony/symfony#14718
And symfony/symfony 3.0 does not require security-acl anymore and security-acl is also extracted into standalone repo since 2.8.
But using symfony-standard 3.0 still installs security-acl because the doctrine cache bundle requires it.
The text was updated successfully, but these errors were encountered: