Skip to content

Commit

Permalink
Change composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan39 committed Jan 14, 2018
1 parent a761e63 commit ac986ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
User management module for Yii 2
=====

This is a fork of [wpler/user-management-module](https://github.com/webvimark/user-management) passed for SQLite and fixed some new
issues of the original. Also this fork will include some new widgets for working with Bootstrap-4 (beta) into the next updates.

Perks
---

* This is a fork of [wpler/user-management-module](https://github.com/wpler/user-management) passed for SQLite
* User management
* RBAC (roles, permissions and stuff) with web interface
* Registration, authorization, password recovery and so on
Expand Down
19 changes: 18 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
{
"name": "wpler/module-user-management",
"type": "yii2-extension",
"keywords": ["yii2","yii2-user","user-management"],
"description": "User with improved RBAC",
"authors": [
{
"name": "WPLer",
"email": "[email protected]"
},
{
"name": "webvimark"
}
],
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/Stefan39/user-management/issues",
"source": "https://github.com/Stefan39/user-management",
"docs": "https://github.com/Stefan39/user-management/wiki"
},
"autoload": {
"psr-4": {
"webvimark\\modules\\UserManagement\\": ""
"wpler\\modules\\UserManagement\\": ""
}
},
"require": {
Expand Down

0 comments on commit ac986ef

Please sign in to comment.