File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.1
14
15
- 8.0
15
16
- 7.4
16
17
- 7.3
42
43
- uses : azjezz/setup-hhvm@v1
43
44
with :
44
45
version : lts-3.30
45
- - run : hhvm $(which composer) require phpunit/phpunit:^5 --dev --no-interaction
46
46
- run : hhvm $(which composer) install
47
47
- run : hhvm vendor/bin/phpunit
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " >=5.3" ,
15
15
"react/promise" : " ^2.1 || ^1.2" ,
16
- "react/socket" : " ^1.9 "
16
+ "react/socket" : " ^1.11 "
17
17
},
18
18
"require-dev" : {
19
19
"clue/block-react" : " ^1.1" ,
20
20
"clue/connection-manager-extra" : " ^1.0 || ^0.7" ,
21
21
"phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35" ,
22
22
"react/event-loop" : " ^1.2" ,
23
- "react/http" : " ^1.5 "
23
+ "react/http" : " ^1.6 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : { "Clue\\ React\\ Socks\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments