Skip to content

Commit

Permalink
fix(composer): added missing php extension
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Sep 30, 2023
1 parent 0f8f046 commit bd2d7c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-simplexml": "*",
"ext-xml": "*",
Expand Down
3 changes: 2 additions & 1 deletion composer.lock

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

0 comments on commit bd2d7c6

Please sign in to comment.