Skip to content

Commit 98690d9

Browse files
committed
Update to stable reactphp/socket v1.12.0
1 parent e39dd3a commit 98690d9

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
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: docker run -d --name mysql --net=host -e MYSQL_RANDOM_ROOT_PASSWORD=yes -e MYSQL_DATABASE=test -e MYSQL_USER=test -e MYSQL_PASSWORD=test mysql:5
3432
- run: bash tests/wait-for-mysql.sh
@@ -41,7 +39,6 @@ jobs:
4139
name: PHPUnit (HHVM)
4240
runs-on: ubuntu-18.04
4341
continue-on-error: true
44-
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4542
steps:
4643
- uses: actions/checkout@v2
4744
- uses: azjezz/setup-hhvm@v1

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"php": ">=5.4.0",
88
"evenement/evenement": "^3.0 || ^2.1 || ^1.1",
99
"react/event-loop": "^1.2",
10-
"react/promise": "^3@dev || ^2.7",
10+
"react/promise": "^3 || ^2.7",
1111
"react/promise-stream": "^1.4",
1212
"react/promise-timer": "^1.9",
13-
"react/socket": "dev-promise-3 as 1.12.0"
13+
"react/socket": "^1.12"
1414
},
1515
"require-dev": {
1616
"clue/block-react": "^1.5",
@@ -25,11 +25,5 @@
2525
"psr-4": {
2626
"React\\Tests\\MySQL\\": "tests"
2727
}
28-
},
29-
"repositories": [
30-
{
31-
"type": "vcs",
32-
"url": "https://github.com/WyriHaximus-labs/socket"
33-
}
34-
]
28+
}
3529
}

0 commit comments

Comments
 (0)