Skip to content

Commit dc2282b

Browse files
authored
fix: add swoole 6.0
1 parent b58cb85 commit dc2282b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=8.0",
2121
"casbin/casbin": "^4.0",
22-
"ext-swoole": "^5.0",
22+
"ext-swoole": "^5.0|^6.0",
2323
"ext-redis": "*"
2424
},
2525
"autoload": {
@@ -32,4 +32,4 @@
3232
"CasbinWatcher\\SwooleRedis\\Tests\\": "tests/"
3333
}
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)