Skip to content

Commit

Permalink
Upgrade to support PHP 8.1 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Zhang <mike.zhang@lengoo.de>
  • Loading branch information
mikewolfxyou and Mike Zhang authored Jan 4, 2022
1 parent de7566e commit 7eb8c00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.3
- 7.4
- 8.0
- 8.1

cache:
directories:
Expand All @@ -28,4 +29,4 @@ after_success:

branches:
only:
- master
- master
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php": ">=7.3 <8.1",
"php": ">=7.3 <=8.1",
"ext-json": "*",
"guzzlehttp/guzzle": ">=4.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7eb8c00

Please sign in to comment.