security.yml 中的 Symfony2 错误

Symfony2 error in security.yml

我需要帮助来修复这个错误,我正在使用 symfony 2.6

ServiceNotFoundException: The service "fos_user.security.login_manager" has a dependency on a non-existent service "security.context".

security.context 自 Symfony 2.6 以来已弃用。你不应该有任何问题,因为它是向后兼容的,但你应该检查你是否需要更新你的 FOSUserBundle。

运行作曲家更新并检查它。

有关该主题的更多信息:http://symfony.com/blog/new-in-symfony-2-6-security-component-improvements

如果这不能解决问题,请尝试此 Whosebug answer 中的步骤。