Skip to content

Commit 2b41c3f

Browse files
committed
feat: update casbin to v3.0
1 parent 291a8c2 commit 2b41c3f

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
@@ -20,13 +20,13 @@
2020
],
2121
"license": "Apache-2.0",
2222
"require": {
23-
"casbin/casbin": "~2.1",
23+
"casbin/casbin": "~3.0",
2424
"topthink/framework": "^6.0.0",
2525
"topthink/think-migration": "^3.0",
2626
"casbin/psr3-bridge": "^1.1"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "~7.0",
29+
"phpunit/phpunit": "~7.0|~8.0",
3030
"php-coveralls/php-coveralls": "^2.1",
3131
"topthink/think": "^6.0.0"
3232
},

0 commit comments

Comments
 (0)