Skip to content

Commit

Permalink
Fixed composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Sep 17, 2014
1 parent b1bb796 commit c234359
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
"ext-mbstring": "*",
"lib-pcre": "*",
"yiisoft/yii2-composer": "*",
"yiisoft/jquery": "~2.0 | ~1.10",
"yiisoft/jquery-pjax": "*",
"ezyang/htmlpurifier": "4.6.*",
"cebe/markdown": "0.9.*",
"bower-asset/jquery": ">=1.8",
Expand All @@ -93,6 +91,7 @@
"smarty/smarty": "*",
"imagine/imagine": "v0.5.0",
"swiftmailer/swiftmailer": "*",
"fzaninotto/faker": "*",
"cebe/indent": "*"
},
"suggest": {
Expand Down Expand Up @@ -132,5 +131,11 @@
},
"bin": [
"framework/yii"
]
],
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}

0 comments on commit c234359

Please sign in to comment.