Skip to content

Commit

Permalink
Merge pull request #12 from lloricode/patch-1
Browse files Browse the repository at this point in the history
Add support php8
  • Loading branch information
gmsantos committed Feb 4, 2021
2 parents c00d2ba + f2e5f25 commit be65f2c
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 @@ -5,6 +5,7 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

before_script: composer install
script: composer tests
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/support": "^6 || ^7 || ^8"
},
"autoload": {
Expand Down

0 comments on commit be65f2c

Please sign in to comment.