Skip to content

Commit

Permalink
PHP 8 Support (#164)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update .travis.yml
  • Loading branch information
C0kkie committed Dec 14, 2020
1 parent 8762121 commit 6cd6601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.0
- 7.1
- 8.0

#branches:
# only:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.0|^8.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.1"
"phpunit/phpunit": "^6.1|^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6cd6601

Please sign in to comment.