Skip to content

Commit e57a97f

Browse files
authored
Merge pull request #38 from kornrunner/php8
Support PHP 8
2 parents 299aaf8 + 4e46613 commit e57a97f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ matrix:
77
- env: COMPOSER_FLAGS="--prefer-lowest"
88
php: 7.1
99
- php: 7.2
10+
- php: 8.0
11+
dist: bionic
1012

1113
before_install:
1214
- composer self-update

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"require": {
2222
"php-vcr/php-vcr": "^1.4",
23-
"php": "^7.1"
23+
"php": "^7.1|^8.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^7.0"
26+
"phpunit/phpunit": "^7.0|^8.0"
2727
}
2828
}

0 commit comments

Comments
 (0)