Skip to content

Commit e658515

Browse files
committed
minor #18086 [SecurityBundle] fix lowest required Security Core version (xabbuh)
This PR was merged into the 3.1-dev branch. Discussion ---------- [SecurityBundle] fix lowest required Security Core version | Q | A | ------------- | --- | Branch | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17887 | License | MIT | Doc PR | Commits ------- 4283cd7 fix lowest required Security Core version
2 parents 0cd41d8 + 4283cd7 commit e658515

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.5.9",
20-
"symfony/security": "~2.8|~3.0",
20+
"symfony/security": "~3.1",
2121
"symfony/http-kernel": "~2.8|~3.0",
2222
"symfony/polyfill-php70": "~1.0"
2323
},

0 commit comments

Comments
 (0)