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