Skip to content

Commit

Permalink
Merge pull request #2 from hjerichen/php-8
Browse files Browse the repository at this point in the history
Add support for PHP 8.
  • Loading branch information
hjerichen committed Jan 31, 2021
2 parents 405a045 + 604a672 commit 27c17e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 7.2
- 7.3
- 7.4
- 8.0
dependencies:
- "--prefer-lowest"
- ""
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.2||^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 27c17e3

Please sign in to comment.