Skip to content

Commit

Permalink
Support PHP 8 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Nov 27, 2020
1 parent 70156f6 commit 23853f3
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 569 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 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.4",
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.0",
"illuminate/support": "^8.0",
"ext-json": "*"
Expand Down
Loading

0 comments on commit 23853f3

Please sign in to comment.