Skip to content

Commit

Permalink
Merge pull request #105 from clue-labs/php8.1
Browse files Browse the repository at this point in the history
Support PHP 8.1
  • Loading branch information
SimonFrings authored Feb 8, 2022
2 parents d583891 + 4ab733e commit cd3a6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
php:
- 8.1
- 8.0
- 7.4
- 7.3
Expand Down Expand Up @@ -42,6 +43,5 @@ jobs:
- uses: azjezz/setup-hhvm@v1
with:
version: lts-3.30
- run: hhvm $(which composer) require phpunit/phpunit:^5 --dev --no-interaction
- run: hhvm $(which composer) install
- run: hhvm vendor/bin/phpunit
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": ">=5.3",
"react/promise": "^2.1 || ^1.2",
"react/socket": "^1.9"
"react/socket": "^1.11"
},
"require-dev": {
"clue/block-react": "^1.1",
"clue/connection-manager-extra": "^1.0 || ^0.7",
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
"react/event-loop": "^1.2",
"react/http": "^1.5"
"react/http": "^1.6"
},
"autoload": {
"psr-4": { "Clue\\React\\Socks\\": "src/" }
Expand Down

0 comments on commit cd3a6f4

Please sign in to comment.