Skip to content

Commit 8edf70e

Browse files
authored
🐛 update casbin version
fixed Class 'Casbin\Log\Log' not found should use casbin >= 0.2.1
1 parent 6f06165 commit 8edf70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "Apache-2.0",
1212
"require": {
1313
"laravel/framework": "~5.1",
14-
"casbin/casbin": ">=0.1.0"
14+
"casbin/casbin": ">=0.2.1"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "~5.7|~6.0|~7.0|~8.0",

0 commit comments

Comments
 (0)