Skip to content

Commit 14f1619

Browse files
authored
Merge pull request #138 from francoispluchino/fix-symfony
Fix dependency version of symfony 4
2 parents 3fd9a84 + cd25f9f commit 14f1619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=5.6.0",
2121
"doctrine/common": "~2.4",
2222
"symfony/dependency-injection": "~2.3|^3.0|^4.0",
23-
"symfony/config": "~2.3|^3.0",
23+
"symfony/config": "~2.3|^3.0|^4.0",
2424
"symfony/http-kernel": "~2.3|^3.0|^4.0",
2525
"symfony/console": "~2.3|^3.0|^4.0",
2626
"symfony/monolog-bundle": "~2.3|^3.0|^4.0"

0 commit comments

Comments
 (0)