Skip to content

Commit

Permalink
Add PHP 8.0+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
breadthe committed Apr 24, 2022
1 parent 77c0dd7 commit 30d5ca4
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,6 +2,9 @@ language: php

php:
- 7.3
- 7.4
- 8.0
- 8.1

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.3|^7.4",
"php": "^7.3|^7.4|^8.0",
"nesbot/carbon": "^2.32"
},
"require-dev": {
Expand Down

0 comments on commit 30d5ca4

Please sign in to comment.