Skip to content

Commit 126fb11

Browse files
committed
Update to stable reactphp/socket v1.12.0
1 parent 685614d commit 126fb11

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

.github/workflows/ci.yml

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

composer.json

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,20 @@
1212
],
1313
"require": {
1414
"php": ">=5.3",
15-
"react/promise": "^3@dev || ^2.1 || ^1.2",
16-
"react/socket": "dev-promise-3 as 1.12.0"
15+
"react/promise": "^3 || ^2.1 || ^1.2",
16+
"react/socket": "^1.12"
1717
},
1818
"require-dev": {
1919
"clue/block-react": "^1.5",
20-
"clue/connection-manager-extra": "dev-promise-v3 as 1.3.0",
20+
"clue/connection-manager-extra": "^1.3",
2121
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
22-
"react/event-loop": "^1.2"
22+
"react/event-loop": "^1.2",
23+
"react/http": "^1.6"
2324
},
2425
"autoload": {
2526
"psr-4": { "Clue\\React\\Socks\\": "src/" }
2627
},
2728
"autoload-dev": {
2829
"psr-4": { "Clue\\Tests\\React\\Socks\\": "tests/" }
29-
},
30-
"repositories": [
31-
{
32-
"type": "vcs",
33-
"url": "https://github.com/WyriHaximus-labs/socket"
34-
},
35-
{
36-
"type": "vcs",
37-
"url": "https://github.com/clue-labs/reactphp-connection-manager-extra"
38-
}
39-
]
30+
}
4031
}

0 commit comments

Comments
 (0)