Skip to content

Commit 2185880

Browse files
committed
Update to stable reactphp/socket v1.12.0
1 parent 5305f53 commit 2185880

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
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: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,20 @@
1212
],
1313
"require": {
1414
"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",
1717
"ringcentral/psr7": "^1.2"
1818
},
1919
"require-dev": {
2020
"clue/block-react": "^1.5",
2121
"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"
2324
},
2425
"autoload": {
2526
"psr-4": { "Clue\\React\\HttpProxy\\": "src/" }
2627
},
2728
"autoload-dev": {
2829
"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+
}
3631
}

0 commit comments

Comments
 (0)