Skip to content

Commit

Permalink
temporary fix for fxp 1.2.0 (Close #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fps01 committed Aug 1, 2016
1 parent 9f279d3 commit e54fd70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"rmrevin/yii2-fontawesome": "~2.0",
"bower-asset/gentelella": "~1.3"
"bower-asset/gentelella": "*"
},
"autoload": {
"psr-4": {
"yiister\\gentelella\\": ""
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}

0 comments on commit e54fd70

Please sign in to comment.