为了实现 HTTP 身份验证,我按照 Silex 网站上的教程进行操作。
但这会导致此错误:
PHP Fatal error: Call to undefined method Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent::isMasterRequest() in /home/auke/projects/nelleketekent/nelleketekent/vendor/symfony/security/Symfony/Component/Security/Http/Firewall.php on line 53
我该如何解决?