This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/SecurityBundle
Christian Flothmann 2d3f2b7a74 undeprecate the RoleHierarchyInterface
Instead of deprecating the interface it is sufficient to deprecate its
getReachableRoles() method and add a new getReachableRoleNames() method
in Symfony 5.
2019-03-22 16:40:58 +01:00
..
CacheWarmer fixed CS 2019-01-16 19:35:49 +01:00
Command fixed CS 2019-01-16 19:35:49 +01:00
DataCollector undeprecate the RoleHierarchyInterface 2019-03-22 16:40:58 +01:00
Debug [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
DependencyInjection [Templating] added more deprecation 2019-03-19 18:56:32 +01:00
EventListener [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
Resources undeprecate the RoleHierarchyInterface 2019-03-22 16:40:58 +01:00
Security throw TypeErrors to prepare for type hints in 5.0 2019-03-19 22:07:50 +01:00
Templating/Helper [Templating] added more deprecation 2019-03-19 18:56:32 +01:00
Tests [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [SecurityBundle] Deprecate the normalization of the cookie names 2019-02-12 08:26:06 +01:00
composer.json [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00
SecurityBundle.php [Security] Deprecate simple_preauth and simple_form in favor of Guard 2018-10-03 09:02:12 +02:00
SecurityUserValueResolver.php made deprecation notices less verbose 2018-02-19 13:10:10 +01:00