Skip to content

Commit

Permalink
Merge pull request #177 from jxlwqq/patch-2
Browse files Browse the repository at this point in the history
Provide php8 support.
  • Loading branch information
tihomiro authored Jan 14, 2021
2 parents a6c54d2 + bc0cf4a commit 874f77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0

before_script:
- curl -s http://getcomposer.org/installer | php
Expand Down
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": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 874f77a

Please sign in to comment.