Skip to content

Commit 6b1a826

Browse files
committed
Update to stable reactphp/event-loop v1.2.0 & updated stream and socket
1 parent 5417e83 commit 6b1a826

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
with:
2828
php-version: ${{ matrix.php }}
2929
coverage: xdebug
30-
env:
31-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3230
- run: composer install
3331
- run: vendor/bin/phpunit --coverage-text
3432
if: ${{ matrix.php >= 7.3 }}
@@ -39,7 +37,6 @@ jobs:
3937
name: PHPUnit (HHVM)
4038
runs-on: ubuntu-18.04
4139
continue-on-error: true
42-
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4340
steps:
4441
- uses: actions/checkout@v2
4542
- uses: azjezz/setup-hhvm@v1

composer.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@
2929
"php": ">=5.3.0",
3030
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
3131
"psr/http-message": "^1.0",
32-
"react/dns": "dev-default-loop#28e5df1 as 1.8.0",
33-
"react/event-loop": "dev-master#78f7f43 as 1.2.0",
32+
"react/event-loop": "^1.2",
3433
"react/promise": "^2.3 || ^1.2.1",
3534
"react/promise-stream": "^1.1",
36-
"react/socket": "dev-default-loop#b471dc7 as 1.8.0",
37-
"react/stream": "dev-default-loop#e617d63 as 1.2.0",
35+
"react/socket": "^1.8",
36+
"react/stream": "^1.2",
3837
"ringcentral/psr7": "^1.2"
3938
},
4039
"require-dev": {
@@ -49,19 +48,5 @@
4948
},
5049
"autoload-dev": {
5150
"psr-4": { "React\\Tests\\Http\\": "tests" }
52-
},
53-
"repositories": [
54-
{
55-
"type": "vcs",
56-
"url": "https://github.com/clue-labs/dns"
57-
},
58-
{
59-
"type": "vcs",
60-
"url": "https://github.com/clue-labs/socket"
61-
},
62-
{
63-
"type": "vcs",
64-
"url": "https://github.com/clue-labs/stream"
65-
}
66-
]
51+
}
6752
}

0 commit comments

Comments
 (0)