Skip to content

Commit 1d84496

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

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
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20-
"symfony/filesystem": "~2.8|~3.0"
20+
"symfony/filesystem": "~2.8|~3.0|~4.0.0"
2121
},
2222
"require-dev": {
23-
"symfony/yaml": "~3.0",
24-
"symfony/dependency-injection": "~3.3"
23+
"symfony/yaml": "~3.0|~4.0.0",
24+
"symfony/dependency-injection": "~3.3|~4.0.0"
2525
},
2626
"conflict": {
2727
"symfony/dependency-injection": "<3.3"

0 commit comments

Comments
 (0)