Commit 710d4767 by Qiang Xue

composer config update.

parent 5f6ff37e
......@@ -13,6 +13,12 @@
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": "dev-master",
......
......@@ -13,6 +13,12 @@
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": "dev-master",
......
......@@ -73,7 +73,8 @@
"php": ">=5.3.7",
"ext-mbstring": "*",
"lib-pcre": "*",
"pear-pear.horde.org/horde_text_diff": "2.0.*"
"pear-pear.horde.org/horde_text_diff": "2.0.*",
"ezyang/htmlpurifier": "Required by HtmlPurifier."
},
"autoload": {
"psr-0": { "yii\\": "/" }
......@@ -81,7 +82,6 @@
"suggest": {
"michelf/php-markdown": "Required by Markdown.",
"twig/twig": "Required by TwigViewRenderer.",
"smarty/smarty": "Required by SmartyViewRenderer.",
"ezyang/htmlpurifier": "Required by HtmlPurifier."
"smarty/smarty": "Required by SmartyViewRenderer."
}
}
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