Skip to content

Commit

Permalink
Merge pull request #37 from santiripper/php8
Browse files Browse the repository at this point in the history
PHP 8 support
  • Loading branch information
vluzrmos authored Feb 12, 2021
2 parents ff6c041 + cf204ff commit 275330d
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:
- 5.5
- 5.6
- 7.0
- 8.0
- hhvm

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"type": "package",
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"illuminate/config": "~6.0 || ~7.0 || ~8.0",
"illuminate/translation": "~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0",
Expand Down

0 comments on commit 275330d

Please sign in to comment.