Skip to content

Commit 311b30f

Browse files
authored
feat(deps): add php8 support (#5)
1 parent a4cec12 commit 311b30f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.1, 7.2, 7.3, 7.4]
16+
php: [7.1, 7.2, 7.3, 7.4, 8.0]
1717

1818
name: P${{ matrix.php }}
1919

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"email": "luckysud4@gmail.com"
2828
},
2929
"require": {
30-
"php": ">=7.1",
30+
"php": ">=7.1|^8.0",
3131
"guzzlehttp/guzzle": "^6.5.5|^7.0.1"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^7.5|^8.4.0"
34+
"phpunit/phpunit": "^7.5|^8.4.0|^9.4"
3535
},
3636
"extra": {
3737
"branch-alias": {

0 commit comments

Comments
 (0)