Skip to content

Commit

Permalink
Merge pull request #202 from kivudesign/update_php_version
Browse files Browse the repository at this point in the history
[ENH] Migrate to PHP 8.0
  • Loading branch information
bim-g authored Sep 21, 2024
2 parents c5e019e + 3d68cf1 commit 06d71ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
],
"require": {
"php" : ">=7.4",
"php" : ">=8.0",
"ext-mbstring": "*",
"ext-libxml": "*",
"ext-dom": "*",
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 06d71ff

Please sign in to comment.