Skip to content

Commit

Permalink
prepare for stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Nov 1, 2014
1 parent 54d38c5 commit 46e4abc
Showing 1 changed file with 32 additions and 27 deletions.
59 changes: 32 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
{
"name": "mdmsoft/yii2-admin",
"description": "Auth manager for Yii2 ",
"keywords": ["yii", "admin", "auth"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/mdmsoft/yii2-admin/issues",
"source": "https://github.com/mdmsoft/yii2-admin"
},
"authors": [
{
"name": "Misbahul Munir",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-jui": "*"
},
"suggest": {
"yiisoft/yii2-bootstrap": "Used when using layout 'left-menu', 'right-menu' or 'top-menu'"
},
"autoload": {
"psr-4": {
"mdm\\admin\\": ""
}
}
"name": "mdmsoft/yii2-admin",
"description": "Auth manager for Yii2 ",
"keywords": ["yii", "admin", "auth"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/mdmsoft/yii2-admin/issues",
"source": "https://github.com/mdmsoft/yii2-admin"
},
"authors": [
{
"name": "Misbahul Munir",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-jui": "*"
},
"suggest": {
"yiisoft/yii2-bootstrap": "Used when using layout 'left-menu', 'right-menu' or 'top-menu'"
},
"autoload": {
"psr-4": {
"mdm\\admin\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 46e4abc

Please sign in to comment.