Skip to content

Commit 3ad8f5b

Browse files
committed
Update to stable dev dependencies
1 parent 8ec53f5 commit 3ad8f5b

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
with:
3030
php-version: ${{ matrix.php }}
3131
coverage: xdebug
32-
env:
33-
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3432
- run: composer install
3533
- run: vendor/bin/phpunit --coverage-text
3634
if: ${{ matrix.php >= 7.3 }}
@@ -41,7 +39,6 @@ jobs:
4139
name: PHPUnit (HHVM)
4240
runs-on: ubuntu-18.04
4341
continue-on-error: true
44-
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4542
steps:
4643
- uses: actions/checkout@v2
4744
- uses: azjezz/setup-hhvm@v1

composer.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"ringcentral/psr7": "^1.2"
3939
},
4040
"require-dev": {
41-
"clue/http-proxy-react": "dev-promise-v3 as 1.8.0",
42-
"clue/reactphp-ssh-proxy": "dev-promise-v3 as 1.4.0",
43-
"clue/socks-react": "dev-promise-v3 as 1.4.0",
41+
"clue/http-proxy-react": "^1.8",
42+
"clue/reactphp-ssh-proxy": "^1.4",
43+
"clue/socks-react": "^1.4",
4444
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
4545
"react/async": "^4 || ^3 || ^2",
4646
"react/promise-timer": "^1.9"
@@ -50,19 +50,5 @@
5050
},
5151
"autoload-dev": {
5252
"psr-4": { "React\\Tests\\Http\\": "tests" }
53-
},
54-
"repositories": [
55-
{
56-
"type": "vcs",
57-
"url": "https://github.com/clue-labs/reactphp-http-proxy"
58-
},
59-
{
60-
"type": "vcs",
61-
"url": "https://github.com/clue-labs/reactphp-socks"
62-
},
63-
{
64-
"type": "vcs",
65-
"url": "https://github.com/clue-labs/reactphp-ssh-proxy"
66-
}
67-
]
53+
}
6854
}

0 commit comments

Comments
 (0)