Skip to content

Commit

Permalink
Update to stable dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 2, 2022
1 parent 59ba082 commit a0399bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -29,8 +29,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 @@ -41,7 +39,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
24 changes: 5 additions & 19 deletions composer.json
Expand Up @@ -31,16 +31,16 @@
"fig/http-message-util": "^1.1",
"psr/http-message": "^1.0",
"react/event-loop": "^1.2",
"react/promise": "^3@dev || ^2.3 || ^1.2.1",
"react/promise": "^3 || ^2.3 || ^1.2.1",
"react/promise-stream": "^1.4",
"react/socket": "^1.12",
"react/stream": "^1.2",
"ringcentral/psr7": "^1.2"
},
"require-dev": {
"clue/http-proxy-react": "dev-promise-v3 as 1.8.0",
"clue/reactphp-ssh-proxy": "dev-promise-v3 as 1.4.0",
"clue/socks-react": "dev-promise-v3 as 1.4.0",
"clue/http-proxy-react": "^1.8",
"clue/reactphp-ssh-proxy": "^1.4",
"clue/socks-react": "^1.4",
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
"react/async": "^4 || ^3 || ^2",
"react/promise-timer": "^1.9"
Expand All @@ -50,19 +50,5 @@
},
"autoload-dev": {
"psr-4": { "React\\Tests\\Http\\": "tests" }
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/clue-labs/reactphp-http-proxy"
},
{
"type": "vcs",
"url": "https://github.com/clue-labs/reactphp-socks"
},
{
"type": "vcs",
"url": "https://github.com/clue-labs/reactphp-ssh-proxy"
}
]
}
}

0 comments on commit a0399bd

Please sign in to comment.