From 752733f5695a8f7fe37902b9d80e238c8389f944 Mon Sep 17 00:00:00 2001 From: krivochenko Date: Sun, 7 Jun 2015 18:28:29 +0300 Subject: [PATCH] [fix] - change package name in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6086f25..9d6e805 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "budyaga/yii2-oauth-users-rbac", - "description": "Module to manage users and their rights with the support of registration through social services and assigned to each user more than one social service.", + "name": "budyaga/yii2-users", + "description": "Module for manage users and their rights with the support of registration through social services and assigned to each user more than one social service.", "type": "yii2-extension", "keywords": ["yii2","extension","users","oauth","rbac"], "license": "BSD-3-Clause",