Skip to content

Commit

Permalink
Merge pull request #6 from matfiz/patch-1
Browse files Browse the repository at this point in the history
Add support for php8
  • Loading branch information
acurrieclark authored Jan 18, 2021
2 parents 0411e9d + c9ee97a commit 77b137a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 8.0

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 77b137a

Please sign in to comment.