Skip to content

Commit

Permalink
Update composer.json set dependency to yiisoft/yii2:*
Browse files Browse the repository at this point in the history
Removing  the requirement of yiisoft/yii2:dev-master and put any release instead.
  • Loading branch information
rochdi80tn authored Aug 25, 2016
1 parent 3941eba commit 5f24b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "yii2-extension",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "dev-master"
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5f24b3b

Please sign in to comment.