Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit d0a19c0

Browse files
committed
Update require.
1 parent 176248b commit d0a19c0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casbin/think-adapter",
3-
"keywords": ["casbin", "thinkphp", "casbin-adapter", "database"],
3+
"keywords": ["casbin", "thinkphp", "casbin-adapter", "permission", "rbac", "acl"],
44
"description": "Use casbin in thinkphp. ",
55
"authors": [
66
{
@@ -10,13 +10,14 @@
1010
],
1111
"license": "Apache-2.0",
1212
"require": {
13-
"topthink/think": "5.1.*",
13+
"topthink/framework": "5.1.*",
1414
"topthink/think-migration": "^2.0",
15-
"casbin/casbin": "1.*"
15+
"casbin/casbin": "^1.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~5.7|~6.0|~7.0",
19-
"php-coveralls/php-coveralls": "^2.1"
19+
"php-coveralls/php-coveralls": "^2.1",
20+
"topthink/think": "5.1.*"
2021
},
2122
"autoload": {
2223
"psr-4": {

phpunit.xml phpunit.xml.dist

File renamed without changes.

0 commit comments

Comments
 (0)