Skip to content

Commit 2f34349

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: (95 commits) [DependencyInjection] provide better error message when using deprecated configuration options [console][TableCell] get cell width without decoration. Improve the config validation in TwigBundle [VarDumper] Changed tooltip to expand-all keybinding in OS X [Bridge\PhpUnit] Fix composer installed phpunit detection [VarDumper] Fix generic casters calling order [2.7][SecurityBundle] Remove SecurityContext from Compile [WebProfilerBundle][logger] added missing deprecation message. Fix profiler CSS [Security][Acl] enforce string identifiers [FrameworkBundle] make `templating.helper.router` service available again for BC reasons [BrowserKit] Fix bug when uri starts with http. bumped Symfony version to 2.7.1 updated VERSION for 2.7.0 updated CHANGELOG for 2.7.0 bumped Symfony version to 2.6.10 updated VERSION for 2.6.9 updated CHANGELOG for 2.6.9 fixed tests bumped Symfony version to 2.3.31 ... Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Translation/Loader/JsonFileLoader.php
2 parents d7c60fc + 28902f1 commit 2f34349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public function load(array $configs, ContainerBuilder $container)
100100
// add some required classes for compilation
101101
$this->addClassesToCompile(array(
102102
'Symfony\\Component\\Security\\Http\\Firewall',
103-
'Symfony\\Component\\Security\\Core\\SecurityContext',
104103
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface',
105104
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager',
106105
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage',

0 commit comments

Comments
 (0)