Skip to content

Commit bb4046c

Browse files
committed
fix: update author's email
1 parent 55f943f commit bb4046c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,5 @@ This project is licensed under the [Apache 2.0 license](LICENSE).
229229

230230
If you have any issues or feature requests, please contact us. PR is welcomed.
231231
- https://github.com/php-casbin/php-casbin/issues
232-
- techlee@qq.com
232+
- leeqvip@gmail.com
233233
- Tencent QQ group: [546057381](//shang.qq.com/wpa/qunwpa?idkey=8ac8b91fc97ace3d383d0035f7aa06f7d670fd8e8d4837347354a31c18fac885)

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "a powerful and efficient open-source access control library for php projects.",
44
"authors": [
55
{
6-
"name": "TechLee",
7-
"email": "techlee@qq.com"
6+
"name": "leeqvip",
7+
"email": "leeqvip@gmail.com"
88
}
99
],
1010
"license": "Apache-2.0",
11-
"keywords": [
11+
"keywords": [
1212
"casbin",
1313
"rbac",
1414
"acl",
@@ -44,4 +44,4 @@
4444
"benchmark": "./vendor/bin/phpunit -v --no-coverage --testsuite benchmark",
4545
"analyse": "./vendor/bin/phpstan analyse"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)