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

Commit 64e4c8b

Browse files
authored
Updated casbin to 1.x .
1 parent d6f58d9 commit 64e4c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "Apache-2.0",
1212
"require": {
1313
"topthink/think-migration": "^2.0",
14-
"casbin/casbin": "0.*"
14+
"casbin/casbin": "1.*"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -22,4 +22,4 @@
2222
]
2323
}
2424

25-
}
25+
}

0 commit comments

Comments
 (0)