Skip to content

Commit 805d197

Browse files
add Symfony 4
1 parent 8f1859e commit 805d197

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"phpunit/php-code-coverage": "~4.0||~5.0",
3030
"behat/behat": "~3.0",
3131
"guzzlehttp/guzzle": "~6.0",
32-
"symfony/config": "~2.3||~3.0",
33-
"symfony/dependency-injection": "~2.2||~3.0",
34-
"symfony/expression-language": "~2.2||~3.0",
35-
"symfony/http-kernel": "~2.3||~3.0",
36-
"symfony/http-foundation": "~2.3||~3.0"
32+
"symfony/config": "~2.3||~3.0||~4.0",
33+
"symfony/dependency-injection": "~2.2||~3.0||~4.0",
34+
"symfony/expression-language": "~2.2||~3.0||~4.0",
35+
"symfony/http-kernel": "~2.3||~3.0||~4.0",
36+
"symfony/http-foundation": "~2.3||~3.0||~4.0"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "~5.0",

0 commit comments

Comments
 (0)