8000 [SecurityBundle] fixed dep on symfony/security · symfony/symfony@c51f3f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c51f3f3

Browse files
committed
[SecurityBundle] fixed dep on symfony/security
1 parent 800b7b2 commit c51f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/security": "~2.4",
20+
"symfony/security": "~2.6",
2121
"symfony/http-kernel": "~2.2"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)
0