Skip to content

Commit

Permalink
Merge pull request #1 from amboss-mededu/EI-22-add-php8-support
Browse files Browse the repository at this point in the history
[EI-22] Add PHP 8 support
  • Loading branch information
deiga authored Aug 13, 2024
2 parents b684538 + b8d3f00 commit a148cf3
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 a148cf3

Please sign in to comment.