Skip to content

Commit

Permalink
feat(depends): update depends version
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunqiang committed May 10, 2017
1 parent 9d0dc53 commit d4a053a
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 296 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"light/yii2-ajaxform": "~1.0.0",
"light/yii2-lock-form": "~1.0.0",
"light/yii2-sweet-submit": "~1.0.0",
"yiisoft/yii2": "2.0.9",
"yiisoft/yii2": "~2.0.11",
"yiisoft/yii2-bootstrap": "~2.0.5",
"yiisoft/yii2-redis": "~2.0.4",
"yiisoft/yii2-swiftmailer": "~2.0.4",
Expand Down Expand Up @@ -54,7 +54,8 @@
"config": {
"process-timeout": 1800,
"preferred-install": "dist",
"optimize-autoloader": true
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
"asset-installer-paths": {
Expand All @@ -71,7 +72,7 @@
},
"scripts": {
"post-root-package-install": [
"composer global require fxp/composer-asset-plugin=~1.1.1"
"composer global require fxp/composer-asset-plugin=~1.*"
],
"post-install-cmd": [
"bower install --allow-root"
Expand Down
Loading

0 comments on commit d4a053a

Please sign in to comment.