File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
with :
45
45
version : lts-3.30
46
46
- run : composer self-update --2.2 # downgrade Composer for HHVM
47
- - run : hhvm $(which composer) require react/async:^2 # downgrade Async component for HHVM
47
+ - run : hhvm $(which composer) require react/async:^2 react/promise:^2 # downgrade Async and Promise for HHVM
48
48
- run : hhvm vendor/bin/phpunit --exclude-group internet
Original file line number Diff line number Diff line change 13
13
"react/cache" : " ^1.1" ,
14
14
"react/dns" : " ^1.10" ,
15
15
"react/event-loop" : " ^1.3" ,
16
- "react/http" : " ^1.7 " ,
17
- "react/promise" : " ^2.9 || ^1.2" ,
16
+ "react/http" : " ^1.8 " ,
17
+ "react/promise" : " ^3 || ^ 2.9 || ^1.2" ,
18
18
"react/promise-stream" : " ^1.5" ,
19
- "react/promise-timer" : " ^1.8 " ,
19
+ "react/promise-timer" : " ^1.9 " ,
20
20
"react/socket" : " ^1.12" ,
21
21
"react/stream" : " ^1.2"
22
22
},
You can’t perform that action at this time.
0 commit comments