composer config update.

This commit is contained in:
Qiang Xue 2013-08-18 18:46:49 -04:00
parent a18629cb28
commit d0841eb21f

View File

@ -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",