From 386d070c58bc2085abe463aac24cf256ffed5199 Mon Sep 17 00:00:00 2001 From: henk Date: Wed, 13 Jan 2016 17:55:33 +0100 Subject: [PATCH] (branche 0_4) #14: Symfony / Doctrine Compatibility In Symfony 2.6 the first constructor argument of UsernamePasswordFormAuthenticationListener is (now) typehinted as SecurityContextInterface - composer.json require "symfony/symfony": ">=2.7" - adapted README.md Tested with FOSUserBundle - adapted Installation.md --- Resources/doc/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/doc/changelog.txt b/Resources/doc/changelog.txt index 9ff4537..1b720eb 100644 --- a/Resources/doc/changelog.txt +++ b/Resources/doc/changelog.txt @@ -360,5 +360,6 @@ In Symfony 2.6 the first constructor argument of UsernamePasswordFormAuthenticat is (now) typehinted as SecurityContextInterface - composer.json require "symfony/symfony": ">=2.7" - adapted README.md +Tested with FOSUserBundle - adapted Installation.md ---------------------------------- \ No newline at end of file