Skip to content

Commit b703862

Browse files
authored
Merge pull request #20 from theofidry/patch-1
Upgrade to Symfony 4
2 parents 0227019 + 24b0648 commit b703862

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"pimple/pimple": "^3.1.0",
2626
"psr/container": "^1.0.0",
2727
"rdlowrey/auryn": "^1.4.0",
28-
"symfony/config": "3.4.x-dev",
29-
"symfony/dependency-injection": "3.4.x-dev",
30-
"symfony/filesystem": "3.4.x-dev",
31-
"symfony/process": "3.4.x-dev",
28+
"symfony/config": "^4.0",
29+
"symfony/dependency-injection": "^4.0",
30+
"symfony/filesystem": "^4.0",
31+
"symfony/process": "^4.0",
3232
"thecodingmachine/yaco": "^1.0.0",
3333
"yiisoft/yii2": "^2.0.11",
3434
"woohoolabs/zen": "^2.0.0",

0 commit comments

Comments
 (0)