File tree 2 files changed +3
-0
lines changed
src/Symfony/Bundle/SecurityBundle
Tests/Functional/app/StandardFormLogin
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
+ use Symfony \Bundle \ErrorPageBundle \ErrorPageBundle ;
12
13
use Symfony \Bundle \SecurityBundle \Tests \Functional \Bundle \FormLoginBundle \FormLoginBundle ;
13
14
use Symfony \Bundle \TwigBundle \TwigBundle ;
14
15
use Symfony \Bundle \SecurityBundle \SecurityBundle ;
18
19
new FrameworkBundle (),
19
20
new SecurityBundle (),
20
21
new TwigBundle (),
22
+ new ErrorPageBundle (),
21
23
new FormLoginBundle (),
22
24
);
Original file line number Diff line number Diff line change 28
28
"symfony/console" : " ~3.2" ,
29
29
"symfony/css-selector" : " ~2.8|~3.0" ,
30
30
"symfony/dom-crawler" : " ~2.8|~3.0" ,
31
+ "symfony/error-page-bundle" : " dev-master" ,
31
32
"symfony/form" : " ^2.8.18|^3.2.5" ,
32
33
"symfony/framework-bundle" : " ^3.2.5" ,
33
34
"symfony/http-foundation" : " ~2.8|~3.0" ,
You can’t perform that action at this time.
0 commit comments