Skip to content

Commit

Permalink
Update to stable dev dependencies
Browse files Browse the repository at this point in the history
clue committed Sep 2, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 8ec53f5 commit c556187
Showing 2 changed files with 5 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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 }}
@@ -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
24 changes: 5 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
@@ -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 c556187

Please sign in to comment.