Skip to content

Commit

Permalink
Merge pull request #62 from bookboon/feature/php8
Browse files Browse the repository at this point in the history
feat: enable php 8.0
  • Loading branch information
lkm authored May 14, 2021
2 parents 8ef867e + 1fa94dd commit db04aa6
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 @@ -3,6 +3,7 @@ language: php
php:
- 7.3
- 7.4
- 8.0

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"ext-curl": "*",
"ext-json" : "*",
"league/oauth2-client": "~2.3",
Expand Down

0 comments on commit db04aa6

Please sign in to comment.