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
Fix PropelDataCollector
* Use symfony/security-bundle as dependency instead of just symfony/security-core
* Fix DataCollector to return Data instead of array
Add Symfony 5 support
* Removing the ACL implementation, since it is not used and it will no longer work from Symfony 5 onwards
* Clean up unused code
* Fix some code styling issues