Skip to content

Commit cd25f9f

Browse files
committedApr 1, 2018
Fix dependency version of symfony 4
1 parent 3fd9a84 commit cd25f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
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)
Please sign in to comment.