Skip to content

Commit

Permalink
new asset WIP [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Sep 2, 2014
1 parent 60e07e0 commit 3ad86bf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions apps/basic/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*"
"yiisoft/yii2-swiftmailer": "*",
/* bower packages, added temporarily to test "composer-asset-plugin" */
"bower-asset/bootstrap": "3.2.* | 3.1.* | 3.0.*",
"bower-asset/jquery": "2.1.1",
"bower-asset/jquery-ui": "1.11.*",
"bower-asset/typeahead.js": "0.10.*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
Expand All @@ -44,6 +49,10 @@
],
"config": [
"config/web.php"
]
],
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}

0 comments on commit 3ad86bf

Please sign in to comment.