Skip to content

Commit f127399

Browse files
Merge branch '3.4'
* 3.4: Allow individual bridges, bundles and components to be used with 4.0
2 parents e8201d7 + 2c9aabf commit f127399

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"require": {
1919
"php": ">=5.5.9",
2020
"symfony/polyfill-mbstring": "~1.0",
21-
"symfony/translation": "~2.8|~3.0"
21+
"symfony/translation": "~2.8|~3.0|~4.0.0"
2222
},
2323
"require-dev": {
24-
"symfony/http-foundation": "~2.8|~3.0",
25-
"symfony/intl": "^2.8.18|^3.2.5",
26-
"symfony/yaml": "~3.3",
27-
"symfony/config": "~2.8|~3.0",
28-
"symfony/dependency-injection": "~3.3",
29-
"symfony/expression-language": "~2.8|~3.0",
30-
"symfony/cache": "~3.1",
24+
"symfony/http-foundation": "~2.8|~3.0|~4.0.0",
25+
"symfony/intl": "^2.8.18|^3.2.5|~4.0.0",
26+
"symfony/yaml": "~3.3|~4.0.0",
27+
"symfony/config": "~2.8|~3.0|~4.0.0",
28+
"symfony/dependency-injection": "~3.3|~4.0.0",
29+
"symfony/expression-language": "~2.8|~3.0|~4.0.0",
30+
"symfony/cache": "~3.1|~4.0.0",
3131
"doctrine/annotations": "~1.0",
3232
"doctrine/cache": "~1.0",
3333
"egulias/email-validator": "^1.2.8|~2.0"

0 commit comments

Comments
 (0)