File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
php-version : ${{ matrix.php }}
30
30
coverage : xdebug
31
+ env :
32
+ COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
33
- run : composer remove react/mysql --dev --no-interaction # do not install react/mysql example on legacy PHP
32
34
if : ${{ matrix.php == 5.3 }}
33
35
- run : composer install
40
42
name : PHPUnit (HHVM)
41
43
runs-on : ubuntu-18.04
42
44
continue-on-error : true
45
+ if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
43
46
steps :
44
47
- uses : actions/checkout@v2
45
48
- uses : azjezz/setup-hhvm@v1
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " >=5.3" ,
15
- "clue/socks-react" : " ^1 .0" ,
15
+ "clue/socks-react" : " dev-promise-v3 as 1.4 .0" ,
16
16
"react/child-process" : " ^0.6" ,
17
17
"react/event-loop" : " ^1.2" ,
18
- "react/promise" : " ^2.1 || ^1.2.1" ,
19
- "react/socket" : " ^1.9 " ,
18
+ "react/promise" : " ^3@dev || ^ 2.1 || ^1.2.1" ,
19
+ "react/socket" : " dev-promise-3 as 1.12.0 " ,
20
20
"react/stream" : " ^1.2"
21
21
},
22
22
"require-dev" : {
23
- "clue/block-react" : " ^1.3 " ,
23
+ "clue/block-react" : " ^1.5 " ,
24
24
"phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.36" ,
25
- "react/http" : " ^1.5" ,
26
- "react/mysql" : " ^0.5.5"
25
+ "react/mysql" : " dev-promise-v3 as 0.5.7"
27
26
},
28
27
"autoload" : {
29
28
"psr-4" : { "Clue\\ React\\ SshProxy\\ " : " src/" },
30
29
"files" : [ " src/Io/functions.php" ]
31
30
},
32
31
"autoload-dev" : {
33
32
"psr-4" : { "Clue\\ Tests\\ React\\ SshProxy\\ " : " tests/" }
34
- }
33
+ },
34
+ "repositories" : [
35
+ {
36
+ "type" : " vcs" ,
37
+ "url" : " https://github.com/WyriHaximus-labs/socket"
38
+ },
39
+ {
40
+ "type" : " vcs" ,
41
+ "url" : " https://github.com/clue-labs/reactphp-socks"
42
+ },
43
+ {
44
+ "type" : " vcs" ,
45
+ "url" : " https://github.com/clue-labs/mysql"
46
+ }
47
+ ]
35
48
}
You can’t perform that action at this time.
0 commit comments