Skip to content

Commit 07ca9f4

Browse files
[SecurityBundle] add missing contraint for symfony/config dep
1 parent 5238826 commit 07ca9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
2020
"ext-xml": "*",
21+
"symfony/config": "~3.4|~4.0",
2122
"symfony/security": "~3.4.15|~4.0.15|^4.1.4",
2223
"symfony/dependency-injection": "^3.4.3|^4.0.3",
2324
"symfony/http-kernel": "~3.4|~4.0",

0 commit comments

Comments
 (0)