Skip to content

Commit 3c9e823

Browse files
committed
loosening version requirements
2 parents db353f5 + 036fe70 commit 3c9e823

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,13 +31,13 @@
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",
41-
"alchemy/zippy": "0.2.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",
41+
"alchemy/zippy": "~0.2.1"
4242
}
4343
}

0 commit comments

Comments
 (0)