Skip to content

Commit

Permalink
PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 29, 2021
1 parent c6aa7b9 commit d8808e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ language: php

php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

before_script: composer install
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.1|^7.0",
"nesbot/carbon": "2.*"
Expand Down

0 comments on commit d8808e1

Please sign in to comment.