Skip to content

Commit c556187

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

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
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: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"fig/http-message-util": "^1.1",
3232
"psr/http-message": "^1.0",
3333
"react/event-loop": "^1.2",
34-
"react/promise": "^3@dev || ^2.3 || ^1.2.1",
34+
"react/promise": "^3 || ^2.3 || ^1.2.1",
3535
"react/promise-stream": "^1.4",
3636
"react/socket": "^1.12",
3737
"react/stream": "^1.2",
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)