We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39752e4 commit f384764Copy full SHA for f384764
composer.json
@@ -2,6 +2,7 @@
2
"name": "casbin/webman-permission",
3
"keywords": [
4
"webman",
5
+ "workerman",
6
"casbin",
7
"permission",
8
"access-control",
@@ -21,12 +22,12 @@
21
22
"type": "library",
23
"license": "MIT",
24
"require": {
- "php": ">=7.4",
25
- "casbin/casbin": "^3.20",
26
- "topthink/think-orm": "^2.0|^3.0",
27
- "php-di/php-di": "^6.3|^7.0",
+ "php": ">=8.0",
+ "casbin/casbin": "~4.0",
+ "topthink/think-orm": "^3.0",
28
+ "php-di/php-di": "^7.0",
29
"doctrine/annotations": "^1.13",
- "workerman/redis": "^1.0|^2.0"
30
+ "workerman/redis": "^2.0"
31
},
32
"autoload": {
33
"psr-4": {
@@ -39,7 +40,7 @@
39
40
}
41
42
"require-dev": {
- "phpunit/phpunit": "~7.0|~8.0|~9.0",
43
+ "phpunit/phpunit": "~8.0|~9.0",
44
"php-coveralls/php-coveralls": "^2.1",
45
"workerman/webman": "^1.0",
46
"vlucas/phpdotenv": "^5.5",
0 commit comments