File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " casbin/webman-permission" ,
3
3
"keywords" : [
4
4
" webman" ,
5
+ " workerman" ,
5
6
" casbin" ,
6
7
" permission" ,
7
8
" access-control" ,
21
22
"type" : " library" ,
22
23
"license" : " MIT" ,
23
24
"require" : {
24
- "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" ,
25
+ "php" : " >=8.0 " ,
26
+ "casbin/casbin" : " ~4.0 " ,
27
+ "topthink/think-orm" : " ^3.0" ,
28
+ "php-di/php-di" : " ^7.0" ,
28
29
"doctrine/annotations" : " ^1.13" ,
29
- "workerman/redis" : " ^1.0|^ 2.0"
30
+ "workerman/redis" : " ^2.0"
30
31
},
31
32
"autoload" : {
32
33
"psr-4" : {
39
40
}
40
41
},
41
42
"require-dev" : {
42
- "phpunit/phpunit" : " ~7.0|~ 8.0|~9.0" ,
43
+ "phpunit/phpunit" : " ~8.0|~9.0" ,
43
44
"php-coveralls/php-coveralls" : " ^2.1" ,
44
45
"workerman/webman" : " ^1.0" ,
45
46
"vlucas/phpdotenv" : " ^5.5" ,
You can’t perform that action at this time.
0 commit comments