Skip to content

Commit

Permalink
Merge pull request #38 from kornrunner/php8
Browse files Browse the repository at this point in the history
Support PHP 8
  • Loading branch information
higidi authored Oct 29, 2024
2 parents 299aaf8 + 4e46613 commit e57a97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ matrix:
- env: COMPOSER_FLAGS="--prefer-lowest"
php: 7.1
- php: 7.2
- php: 8.0
dist: bionic

before_install:
- composer self-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"require": {
"php-vcr/php-vcr": "^1.4",
"php": "^7.1"
"php": "^7.1|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0|^8.0"
}
}

0 comments on commit e57a97f

Please sign in to comment.