-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |