File tree Expand file tree Collapse file tree 3 files changed +1308
-1205
lines changed Expand file tree Collapse file tree 3 files changed +1308
-1205
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^8.2 " ,
13
+ "php" : " ^8.1 " ,
14
14
"ext-parallel" : " *" ,
15
15
"react-parallel/event-loop" : " ^2@dev" ,
16
16
"react/event-loop" : " ^1.5" ,
17
- "react/promise" : " ^3.1" ,
17
+ "react/promise" : " ^2.9 || ^ 3.1" ,
18
18
"wyrihaximus/constants" : " ^1.6"
19
19
},
20
20
"require-dev" : {
21
- "the-orville/exceptions" : " ^1.0" ,
22
- "wyrihaximus/async-test-utilities" : " ^7.2" ,
21
+ "wyrihaximus/async-test-utilities" : " ^5 || ^7.2" ,
23
22
"wyrihaximus/ticking-promise" : " ^3"
24
23
},
25
24
"autoload" : {
30
29
"autoload-dev" : {
31
30
"psr-4" : {
32
31
"ReactParallel\\ Tests\\ Runtime\\ " : " tests/"
33
- }
32
+ },
33
+ "files" : [
34
+ " tests/LatchcombException.php"
35
+ ]
34
36
},
35
37
"config" : {
36
38
"allow-plugins" : {
40
42
"infection/extension-installer" : true
41
43
},
42
44
"platform" : {
43
- "php" : " 8.2 .13"
45
+ "php" : " 8.1 .13"
44
46
},
45
47
"sort-packages" : true
46
48
},
You can’t perform that action at this time.
0 commit comments