8000 [SecurityBundle] Fix framework-bundle dev requirement · symfony/symfony@e224548 · GitHub
[go: up one dir, main page]

Skip to content

Commit e224548

Browse files
author
Robin Chalas
committed
[SecurityBundle] Fix framework-bundle dev requirement
1 parent c93c9a5 commit e224548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/dom-crawler": "~3.4|~4.0",
3131
"symfony/event-dispatcher": "~3.4|~4.0",
3232
"symfony/form": "~3.4|~4.0",
33-
"symfony/framework-bundle": "~3.4|~4.0",
33+
"symfony/framework-bundle": "~4.1",
3434
"symfony/http-foundation": "~3.4|~4.0",
3535
"symfony/translation": "~3.4|~4.0",
3636
"symfony/twig-bundle": "~3.4|~4.0",
@@ -46,7 +46,7 @@
4646
"conflict": {
4747
"symfony/var-dumper": "<3.4",
4848
"symfony/event-dispatcher": "<3.4",
49-
"symfony/framework-bundle": "<3.4",
49+
"symfony/framework-bundle": "<4.1",
5050
"symfony/console": "<3.4"
5151
},
5252
"autoload": {

0 commit comments

Comments
 (0)
0