Skip to content

Commit

Permalink
Update to stable reactphp/event-loop v1.2.0 & updated stream and socket
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 10, 2021
1 parent e7e380e commit efac6d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: composer install
- run: vendor/bin/phpunit --coverage-text
if: ${{ matrix.php >= 7.3 }}
Expand All @@ -43,7 +41,6 @@ jobs:
name: PHPUnit (HHVM)
runs-on: ubuntu-18.04
continue-on-error: true
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
steps:
- uses: actions/checkout@v2
- uses: azjezz/setup-hhvm@v1
Expand Down
23 changes: 4 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,18 @@
"require": {
"php": ">=5.3.0",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"react/event-loop": "dev-master#78f7f43 as 1.2.0",
"react/stream": "dev-default-loop#e617d63 as 1.2.0"
"react/event-loop": "^1.2",
"react/stream": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
"react/dns": "dev-default-loop#28e5df1 as 1.8.0",
"react/socket": "dev-default-loop#b471dc7 as 1.8.0",
"react/socket": "^1.8",
"sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
},
"autoload": {
"psr-4": { "React\\ChildProcess\\": "src" }
},
"autoload-dev": {
"psr-4": { "React\\Tests\\ChildProcess\\": "tests" }
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/clue-labs/dns"
},
{
"type": "vcs",
"url": "https://github.com/clue-labs/socket"
},
{
"type": "vcs",
"url": "https://github.com/clue-labs/stream"
}
]
}
}

0 comments on commit efac6d4

Please sign in to comment.