Skip to content

Commit

Permalink
Update to stable reactphp/socket v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 30, 2022
1 parent 685614d commit 79117f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,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 @@ -40,7 +38,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
21 changes: 6 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,20 @@
],
"require": {
"php": ">=5.3",
"react/promise": "^3@dev || ^2.1 || ^1.2",
"react/socket": "dev-promise-3 as 1.12.0"
"react/promise": "^3 || ^2.1 || ^1.2",
"react/socket": "^1.12"
},
"require-dev": {
"clue/block-react": "^1.5",
"clue/connection-manager-extra": "dev-promise-v3 as 1.3.0",
"clue/connection-manager-extra": "^1.3",
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
"react/event-loop": "^1.2"
"react/event-loop": "^1.2",
"react/http": "^1.6"
},
"autoload": {
"psr-4": { "Clue\\React\\Socks\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Clue\\Tests\\React\\Socks\\": "tests/" }
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/WyriHaximus-labs/socket"
},
{
"type": "vcs",
"url": "https://github.com/clue-labs/reactphp-connection-manager-extra"
}
]
}
}

0 comments on commit 79117f4

Please sign in to comment.