Skip to content

Commit

Permalink
Add PHP 8 support
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Sand <[email protected]>
  • Loading branch information
deiga committed Jul 4, 2024
1 parent b684538 commit b8d3f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4",
"php": "^7.4 || ^8.0",
"guzzlehttp/guzzle": "^7.3",
"jms/serializer": "^3.17"
}
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit b8d3f00

Please sign in to comment.