Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarjoudi committed Aug 26, 2016
1 parent 66283bf commit 7e8da0f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2": ">=2.0.0",
},
"autoload": {
"psr-4": {
"aki\\telegram\\": ""
}
},

"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 7e8da0f

Please sign in to comment.