Skip to content

Commit e803a54

Browse files
committed
add dev dependency on symfony/error-page-bundle to symfony/security-bundle because its functional tests depend on error handling
1 parent 726602c commit e803a54

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12+
use Symfony\Bundle\ErrorPageBundle\ErrorPageBundle;
1213
use Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\FormLoginBundle\FormLoginBundle;
1314
use Symfony\Bundle\TwigBundle\TwigBundle;
1415
use Symfony\Bundle\SecurityBundle\SecurityBundle;
@@ -18,5 +19,6 @@
1819
new FrameworkBundle(),
1920
new SecurityBundle(),
2021
new TwigBundle(),
22+
new ErrorPageBundle(),
2123
new FormLoginBundle(),
2224
);

src/Symfony/Bundle/SecurityBundle/composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"symfony/console": "~3.2",
2929
"symfony/css-selector": "~2.8|~3.0",
3030
"symfony/dom-crawler": "~2.8|~3.0",
31+
"symfony/error-page-bundle": "dev-master",
3132
"symfony/form": "^2.8.18|^3.2.5",
3233
"symfony/framework-bundle": "^3.2.5",
3334
"symfony/http-foundation": "~2.8|~3.0",

0 commit comments

Comments
 (0)