File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 49
49
"guzzlehttp/guzzle" : " ^7.0.1" ,
50
50
"php-http/discovery" : " ^1.13" ,
51
51
"voryx/thruway-common" : " ^1.0.1" ,
52
- "react/dns" : " ^1.0" ,
53
- "react/event-loop" : " ^1.0"
52
+ "react/dns" : " ^1.4" ,
53
+ "react/event-loop" : " ^1.2" ,
54
+ "react/promise" : " ^2.8"
54
55
},
55
56
"require-dev" : {
56
57
"ext-pcntl" : " *" ,
Original file line number Diff line number Diff line change 12
12
"thruway/client" : " ^0.5.5" ,
13
13
"thruway/pawl-transport" : " ^0.5.1" ,
14
14
"voryx/thruway-common" : " ^1.0.1" ,
15
- "react/dns" : " ^1.0" ,
16
- "react/event-loop" : " ^1.0"
15
+ "react/dns" : " ^1.4" ,
16
+ "react/event-loop" : " ^1.2" ,
17
+ "react/promise" : " ^2.8"
17
18
},
18
19
"require-dev" : {
19
20
"phpunit/phpunit" : " ^9.5" ,
34
35
" /Tests/"
35
36
]
36
37
},
37
- "minimum-stability" : " dev " ,
38
+ "minimum-stability" : " beta " ,
38
39
"extra" : {
39
40
"branch-alias" : {
40
41
"dev-master" : " 0.10.x-dev"
41
42
}
43
+ },
44
+ "config" : {
45
+ "prefer-stable" : true
42
46
}
43
47
}
You can’t perform that action at this time.
0 commit comments