Skip to content

Commit 280c4a1

Browse files
committed
Markdown is not required, so move to suggest
Markdown is only used once and a check is in place to see if the markdown classes exists. So perhaps it is better to move this to suggest instead of require, so the people who don't need it, don't have to download it.
1 parent 66ae84e commit 280c4a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
{"name": "Mike van Riel", "email": "[email protected]"}
77
],
88
"require": {
9-
"php": ">=5.3.3",
10-
"dflydev/markdown": "1.0.*"
9+
"php": ">=5.3.3"
1110
},
1211
"autoload": {
1312
"psr-0": {"phpDocumentor": ["src/"]}
1413
},
1514
"require-dev": {
1615
"phpunit/phpunit": "3.7.*@stable"
1716
},
17+
"suggest": {
18+
"dflydev/markdown": "1.0.*"
19+
},
1820
"extra": {
1921
"branch-alias": {
2022
"dev-master": "2.0.x-dev"

0 commit comments

Comments
 (0)