Skip to content

Commit

Permalink
feat(deps): add php8 support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudkumar committed Nov 11, 2020
1 parent a4cec12 commit 311b30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3, 7.4]
php: [7.1, 7.2, 7.3, 7.4, 8.0]

name: P${{ matrix.php }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"email": "luckysud4@gmail.com"
},
"require": {
"php": ">=7.1",
"php": ">=7.1|^8.0",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.4.0"
"phpunit/phpunit": "^7.5|^8.4.0|^9.4"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 311b30f

Please sign in to comment.