Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Nov 2, 2014
1 parent 3279446 commit 3de41d2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
}
],
"require": {
"yiisoft/yii2": "*"
"yiisoft/yii2": "~2.0"
},
"autoload": {
"psr-4": {
"mdm\\filter\\": ""
}
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 3de41d2

Please sign in to comment.