Skip to content

Commit

Permalink
Merge pull request #11 from it-can/master
Browse files Browse the repository at this point in the history
Allow php8
  • Loading branch information
gizburdt authored May 14, 2021
2 parents 1e3cd9f + f898842 commit 216ab0f
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 @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.2|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.6",
Expand Down

0 comments on commit 216ab0f

Please sign in to comment.