Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Nov 22, 2017
1 parent f938b91 commit 2e60a9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
"type": "library",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "dev-master"
"yiisoft/yii2": "~2.0.13.0"
},
"replace": {
"bower-asset/jquery": "*",
"bower-asset/jquery.inputmask": "*",
"bower-asset/inputmask": "*",
"bower-asset/punycode": "*",
"bower-asset/yii2-pjax": "*"
},
"conflict": {
"bower-asset/jquery": "*",
"bower-asset/jquery.inputmask": "*",
"bower-asset/inputmask": "*",
"bower-asset/punycode": "*",
"bower-asset/yii2-pjax": "*"
}
Expand Down

0 comments on commit 2e60a9e

Please sign in to comment.