Skip to content

Commit

Permalink
Adds missing ext-xml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jun 22, 2022
1 parent 77068e6 commit 43989e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"ext-tokenizer": "*"
"ext-tokenizer": "*",
"ext-xml": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8.0",
Expand Down
5 changes: 3 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 43989e8

Please sign in to comment.