Commit de062c26 by Qiang Xue

moved markdown dependency to required.

parent f6b93377
......@@ -70,12 +70,10 @@
"ext-mbstring": "*",
"lib-pcre": "*",
"phpspec/php-diff": ">=1.0.2",
"ezyang/htmlpurifier": "4.5.*"
"ezyang/htmlpurifier": "4.5.*",
"michelf/php-markdown": "1.3.*"
},
"autoload": {
"psr-0": { "yii\\": "/" }
},
"suggest": {
"michelf/php-markdown": "Required by Markdown."
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment