Skip to content

Commit f1c6c31

Browse files
Merge branch '3.4'
* 3.4: Allow individual bridges, bundles and components to be used with 4.0
2 parents 8f828e5 + 9344cef commit f1c6c31

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)