Skip to content

Commit 7700273

Browse files
committed
Update dependencies to symfony 4.x
1 parent 009399c commit 7700273

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
}
3939
},
4040
"require": {
41-
"php": ">=5.4",
42-
"alchemy/zippy": "^0.3",
43-
"doctrine/collections": "1.4.0",
41+
"php": ">=7.1",
42+
"alchemy/zippy": "^1.0",
43+
"doctrine/collections": "^1.6",
4444
"kevinlebrun/colors.php": "^1.0",
45-
"michelf/php-markdown": "^1.6",
46-
"seld/jsonlint": "^1.0",
45+
"michelf/php-markdown": "^1.9",
46+
"seld/jsonlint": "^1.8",
4747
"shudrum/array-finder": "^1.0",
48-
"symfony/event-dispatcher": "^3.0",
49-
"symfony/filesystem": "^3.0",
50-
"symfony/finder": "^3.0",
51-
"symfony/process": "^3.1",
52-
"symfony/yaml": "^3.0"
48+
"symfony/event-dispatcher": "^4.4",
49+
"symfony/filesystem": "^4.4",
50+
"symfony/finder": "^4.4",
51+
"symfony/process": "^4.4",
52+
"symfony/yaml": "^4.4"
5353
}
5454
}

0 commit comments

Comments
 (0)