File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
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 install
34
32
- run : vendor/bin/phpunit --coverage-text
35
33
if : ${{ matrix.php >= 7.3 }}
40
38
name : PHPUnit (HHVM)
41
39
runs-on : ubuntu-18.04
42
40
continue-on-error : true
43
- if : false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
44
41
steps :
45
42
- uses : actions/checkout@v2
46
43
- 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
- "react/promise" : " ^3@dev || ^2.1 || ^1.2" ,
16
- "react/socket" : " dev-promise-3 as 1.12.0 "
15
+ "react/promise" : " ^3 || ^2.1 || ^1.2" ,
16
+ "react/socket" : " ^ 1.12"
17
17
},
18
18
"require-dev" : {
19
19
"clue/block-react" : " ^1.5" ,
20
- "clue/connection-manager-extra" : " dev-promise-v3 as 1.3.0 " ,
20
+ "clue/connection-manager-extra" : " ^ 1.3" ,
21
21
"phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35" ,
22
- "react/event-loop" : " ^1.2"
22
+ "react/event-loop" : " ^1.2" ,
23
+ "react/http" : " ^1.6"
23
24
},
24
25
"autoload" : {
25
26
"psr-4" : { "Clue\\ React\\ Socks\\ " : " src/" }
26
27
},
27
28
"autoload-dev" : {
28
29
"psr-4" : { "Clue\\ Tests\\ React\\ Socks\\ " : " tests/" }
29
- },
30
- "repositories" : [
31
- {
32
- "type" : " vcs" ,
33
- "url" : " https://github.com/WyriHaximus-labs/socket"
34
- },
35
- {
36
- "type" : " vcs" ,
37
- "url" : " https://github.com/clue-labs/reactphp-connection-manager-extra"
38
- }
39
- ]
30
+ }
40
31
}
You can’t perform that action at this time.
0 commit comments