Skip to content

Commit e6bcf6f

Browse files
committed
Update to stable reactphp/socket v1.12.0
1 parent 9856508 commit e6bcf6f

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
@@ -26,8 +26,6 @@ jobs:
2626
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php }}
29-
env:
30-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3129
- run: composer install
3230
- run: vendor/bin/phpunit --coverage-text
3331
if: ${{ matrix.php >= 7.3 }}
@@ -37,7 +35,6 @@ jobs:
3735
PHPUnit-hhvm:
3836
name: PHPUnit (HHVM)
3937
runs-on: ubuntu-18.04
40-
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4138
steps:
4239
- uses: actions/checkout@v2
4340
- uses: azjezz/setup-hhvm@v1

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,11 @@
1919
"require": {
2020
"php": ">=5.3",
2121
"react/event-loop": "^1.2",
22-
"react/promise": "^3@dev || ^2.1 || ^1.2.1",
22+
"react/promise": "^3 || ^2.1 || ^1.2.1",
2323
"react/promise-timer": "^1.9",
24-
"react/socket": "dev-promise-3 as 1.12.0"
24+
"react/socket": "^1.12"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8"
28-
},
29-
"repositories": [
30-
{
31-
"type": "vcs",
32-
"url": "https://github.com/WyriHaximus-labs/socket"
33-
}
34-
]
28+
}
3529
}

0 commit comments

Comments
 (0)