Skip to content

Commit cd4febe

Browse files
committed
Update to stable reactphp/event-loop v1.2.0 and updated stream and DNS
1 parent d52ab10 commit cd4febe

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php }}
3232
coverage: xdebug
33-
env:
34-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3533
- run: composer install
3634
- run: vendor/bin/phpunit --coverage-text
3735
if: ${{ matrix.php >= 7.3 }}
@@ -48,16 +46,13 @@ jobs:
4846
with:
4947
php-version: 8.0
5048
coverage: xdebug
51-
env:
52-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5349
- run: composer install
5450
- run: vendor/bin/phpunit --coverage-text
5551

5652
PHPUnit-hhvm:
5753
name: PHPUnit (HHVM)
5854
runs-on: ubuntu-18.04
5955
continue-on-error: true
60-
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
6156
steps:
6257
- uses: actions/checkout@v2
6358
- uses: azjezz/setup-hhvm@v1

composer.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"require": {
2929
"php": ">=5.3.0",
3030
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
31-
"react/dns": "dev-default-loop#28e5df1 as 1.8.0",
32-
"react/event-loop": "dev-master#1a709e2 as 1.2.0",
31+
"react/dns": "^1.8",
32+
"react/event-loop": "^1.2",
3333
"react/promise": "^2.6.0 || ^1.2.1",
3434
"react/promise-timer": "^1.4.0",
35-
"react/stream": "dev-default-loop#e617d63 as 1.2.0"
35+
"react/stream": "^1.2"
3636
},
3737
"require-dev": {
3838
"clue/block-react": "^1.2",
@@ -48,15 +48,5 @@
4848
"psr-4": {
4949
"React\\Tests\\Socket\\": "tests"
5050
}
51-
},
52-
"repositories": [
53-
{
54-
"type": "vcs",
55-
"url": "https://github.com/clue-labs/dns"
56-
},
57-
{
58-
"type": "vcs",
59-
"url": "https://github.com/clue-labs/stream"
60-
}
61-
]
51+
}
6252
}

0 commit comments

Comments
 (0)