Skip to content

Commit 77afc80

Browse files
shine96超超
andauthored
fix: support php8.0 (#1)
* support php8.0 * support php8.0 Co-authored-by: 超超 <[email protected]>
1 parent 846be79 commit 77afc80

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
@@ -18,7 +18,7 @@
1818
"license": "Apache-2.0",
1919
"require": {
2020
"casbin/casbin": "^2.0|^3.0",
21-
"psr/log": "^1.1"
21+
"psr/log": "^1.1|^2.0|^3.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "~7.0|~8.0",

0 commit comments

Comments
 (0)