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