Skip to content

Commit

Permalink
Merge pull request #8 from owenvoke/feature/php-8
Browse files Browse the repository at this point in the history
  • Loading branch information
scrubmx authored Mar 10, 2021
2 parents 36ddf11 + 3c2f1fa commit 6e3159d
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

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"laravel/tinker": "^1.0|^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 6e3159d

Please sign in to comment.