Skip to content

Commit 036fe70

Browse files
Don't require very specific dependencies of upstream libraries
1 parent 4d1ebe5 commit 036fe70

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"prefer-stable": true,
3232
"require": {
3333
"php": ">=5.3.6",
34-
"michelf/php-markdown": "1.5.0",
35-
"seld/jsonlint": "1.3.1",
36-
"symfony/event-dispatcher": "2.6.4",
37-
"symfony/filesystem": "2.6.4",
38-
"symfony/finder": "2.6.4",
39-
"symfony/yaml": "2.6.4",
40-
"kevinlebrun/colors.php": "0.4.1",
34+
"michelf/php-markdown": "~1.5",
35+
"seld/jsonlint": "~1.3",
36+
"symfony/event-dispatcher": "~2.6",
37+
"symfony/filesystem": "~2.6.4",
38+
"symfony/finder": "~2.6",
39+
"symfony/yaml": "~2.6",
40+
"kevinlebrun/colors.php": "~0.4.1",
4141
"pattern-lab/unified-asset-installer": "~0.5",
42-
"alchemy/zippy": "0.2.1"
42+
"alchemy/zippy": "~0.2.1"
4343
}
4444
}

0 commit comments

Comments
 (0)