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
feature sensiolabs#440 added support for ClassExistenceResource (fabpot)
This PR was merged into the 4.0.x-dev branch.
Discussion
----------
added support for ClassExistenceResource
depends on symfony/symfony#20121
Commits
-------
a1f987d added support for ClassExistenceResource
@@ -78,7 +82,8 @@ public function load(array $configs, ContainerBuilder $container)
78
82
if ($config['security']['annotations']) {
79
83
$annotationsToLoad[] = 'security.xml';
80
84
81
-
if (class_exists('Symfony\Component\ExpressionLanguage\ExpressionLanguage') && class_exists('Symfony\Component\Security\Core\Authorization\ExpressionLanguage')) {
0 commit comments