Skip to content

Commit ec8700d

Browse files
committed
Allow Symfony 4 dependencies.
1 parent 50c2bcc commit ec8700d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"require": {
1313
"bangpound/composer-constants": "^1.0",
14-
"symfony/config": "~2.8|~3.0",
15-
"symfony/dependency-injection": "~2.8|~3.0",
16-
"symfony/expression-language": "~2.8|~3.0",
17-
"symfony/http-kernel": "~2.8|~3.0",
18-
"symfony/yaml": "~2.8|~3.0"
14+
"symfony/config": "~2.8|~3.0|~4.0",
15+
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
16+
"symfony/expression-language": "~2.8|~3.0|~4.0",
17+
"symfony/http-kernel": "~2.8|~3.0|~4.0",
18+
"symfony/yaml": "~2.8|~3.0|~4.0"
1919
},
2020
"replace": {
2121
"drupal/componser_manager": "*"

0 commit comments

Comments
 (0)