Skip to content

Commit

Permalink
Merge pull request #138 from francoispluchino/fix-symfony
Browse files Browse the repository at this point in the history
Fix dependency version of symfony 4
  • Loading branch information
k-k authored Apr 2, 2018
2 parents 3fd9a84 + cd25f9f commit 14f1619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": ">=5.6.0",
"doctrine/common": "~2.4",
"symfony/dependency-injection": "~2.3|^3.0|^4.0",
"symfony/config": "~2.3|^3.0",
"symfony/config": "~2.3|^3.0|^4.0",
"symfony/http-kernel": "~2.3|^3.0|^4.0",
"symfony/console": "~2.3|^3.0|^4.0",
"symfony/monolog-bundle": "~2.3|^3.0|^4.0"
Expand Down

0 comments on commit 14f1619

Please sign in to comment.