File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
},
28
28
"require-dev" : {
29
29
"swoft/swoole-ide-helper" : " dev-master" ,
30
- "phpunit/phpunit" : " ^7.5" ,
30
+ "phpunit/phpunit" : " ^7.5 || ^8.0 " ,
31
31
"swoft/devtool" : " ~2.0.0"
32
32
},
33
33
"autoload" : {
Original file line number Diff line number Diff line change 12
12
"php" : " >7.1" ,
13
13
"ext-pdo" : " *" ,
14
14
"ext-json" : " *" ,
15
- "ext-swoole" : " >=4.3" ,
16
15
"swoft/component" : " dev-master as 2.0" ,
17
16
"swoft/ext" : " dev-master as 2.0"
18
17
},
19
18
"require-dev" : {
19
+ "swoft/swlib" : " ~2.0.0" ,
20
20
"swoft/swoole-ide-helper" : " dev-master" ,
21
- "phpunit/phpunit" : " ^7.5"
21
+ "phpunit/phpunit" : " ^7.5 || ^8.0 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
Original file line number Diff line number Diff line change 40
40
"require-dev" : {
41
41
"swoft/swlib" : " ~2.0.0" ,
42
42
"swoft/swoole-ide-helper" : " dev-master" ,
43
- "phpunit/phpunit" : " ^7.5"
43
+ "phpunit/phpunit" : " ^7.5 || ^8.0 "
44
44
},
45
45
"autoload" : {
46
46
"psr-4" : {
You can’t perform that action at this time.
0 commit comments