Skip to content

Commit 50851f4

Browse files
committed
reorganizing composer.json and adding symfony/process
1 parent e1097b0 commit 50851f4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929
},
3030
"require": {
3131
"php": ">=5.4",
32-
"michelf/php-markdown": "^1.6.0",
33-
"seld/jsonlint": "^1.0.0",
34-
"symfony/event-dispatcher": "^3.0.0",
35-
"symfony/filesystem": "^3.0.0",
36-
"symfony/finder": "^3.0.0",
37-
"symfony/yaml": "^3.0.0",
38-
"kevinlebrun/colors.php": "^1.0.0",
39-
"alchemy/zippy": "^0.3.0",
40-
"shudrum/array-finder": "^1.0.0"
32+
"alchemy/zippy": "^0.3",
33+
"kevinlebrun/colors.php": "^1.0",
34+
"michelf/php-markdown": "^1.6",
35+
"seld/jsonlint": "^1.0",
36+
"shudrum/array-finder": "^1.0",
37+
"symfony/event-dispatcher": "^3.0",
38+
"symfony/filesystem": "^3.0",
39+
"symfony/finder": "^3.0",
40+
"symfony/process": "^3.1",
41+
"symfony/yaml": "^3.0"
4142
}
4243
}

0 commit comments

Comments
 (0)