Skip to content

Commit cd3a6f4

Browse files
authored
Merge pull request #105 from clue-labs/php8.1
Support PHP 8.1
2 parents d583891 + 4ab733e commit cd3a6f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.1
1415
- 8.0
1516
- 7.4
1617
- 7.3
@@ -42,6 +43,5 @@ jobs:
4243
- uses: azjezz/setup-hhvm@v1
4344
with:
4445
version: lts-3.30
45-
- run: hhvm $(which composer) require phpunit/phpunit:^5 --dev --no-interaction
4646
- run: hhvm $(which composer) install
4747
- run: hhvm vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"require": {
1414
"php": ">=5.3",
1515
"react/promise": "^2.1 || ^1.2",
16-
"react/socket": "^1.9"
16+
"react/socket": "^1.11"
1717
},
1818
"require-dev": {
1919
"clue/block-react": "^1.1",
2020
"clue/connection-manager-extra": "^1.0 || ^0.7",
2121
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
2222
"react/event-loop": "^1.2",
23-
"react/http": "^1.5"
23+
"react/http": "^1.6"
2424
},
2525
"autoload": {
2626
"psr-4": { "Clue\\React\\Socks\\": "src/" }

0 commit comments

Comments
 (0)