Skip to content

Commit

Permalink
* composer requires to yii2 stable not dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 14, 2015
1 parent 98d97df commit 8470ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .hidev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"composer.json": {
"require": {
"yiisoft/yii2": "2.*@dev",
"yiisoft/yii2": "2.*",
"hiqdev/yii2-collection": "*@dev"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
],
"require": {
"yiisoft/yii2": "2.*@dev",
"yiisoft/yii2": "2.*",
"hiqdev/yii2-collection": "*@dev"
},
"autoload": {
Expand Down

0 comments on commit 8470ddc

Please sign in to comment.