Skip to content

Commit 858e3d7

Browse files
committed
feat: Support for 3.x (fix #7)
1 parent 39066a9 commit 858e3d7

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
@@ -10,11 +10,11 @@
1010
],
1111
"license": "Apache-2.0",
1212
"require": {
13-
"casbin/casbin": "^2.0",
13+
"casbin/casbin": "^3.0",
1414
"techone/database": "^0.2"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "~7.0",
17+
"phpunit/phpunit": "~7.0|~8.0|~9.0",
1818
"php-coveralls/php-coveralls": "^2.1"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)