Skip to content

Commit

Permalink
Merge pull request #141 from mewm/dev-php8-support
Browse files Browse the repository at this point in the history
PHP8 Support
  • Loading branch information
Stafox authored Dec 2, 2020
2 parents 4409d2b + b0c1774 commit d59cb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"Apache-2.0"
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"nesbot/carbon": "^1.0|^2.0",
Expand Down

0 comments on commit d59cb06

Please sign in to comment.