Skip to content

Commit 275736f

Browse files
committed
Update
1 parent 30f7b2e commit 275736f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

composer.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "casbin/webman-permission",
3-
"description": "webman casbin permission Plugin",
3+
"keywords": [
4+
"webman",
5+
"casbin",
6+
"permission",
7+
"access-control",
8+
"authorization",
9+
"rbac",
10+
"acl",
11+
"abac",
12+
"authz"
13+
],
14+
"description": "webman casbin permission plugin",
15+
"authors": [
16+
{
17+
"name": "Tinywan",
18+
"email": "[email protected]"
19+
}
20+
],
421
"type": "library",
522
"license": "MIT",
623
"require": {

src/Install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Casbin\WebmanPermission;
34

45
class Install

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @desc TestCase.php 描述信息
3+
* @desc TestCase.php
44
* @author Tinywan(ShaoBo Wan)
55
* @date 2022/1/13 11:07
66
*/

0 commit comments

Comments
 (0)