Skip to content

Commit 9344cef

Browse files
dunglasnicolas-grekas
authored andcommitted
Allow individual bridges, bundles and components to be used with 4.0
1 parent bd952ef commit 9344cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"symfony/polyfill-mbstring": "~1.0"
2121
},
2222
"require-dev": {
23-
"symfony/config": "~2.8|~3.0",
24-
"symfony/intl": "^2.8.18|^3.2.5",
25-
"symfony/yaml": "~3.3",
23+
"symfony/config": "~2.8|~3.0|~4.0.0",
24+
"symfony/intl": "^2.8.18|^3.2.5|~4.0.0",
25+
"symfony/yaml": "~3.3|~4.0.0",
2626
"psr/log": "~1.0"
2727
},
2828
"conflict": {

0 commit comments

Comments
 (0)