Skip to content

Commit

Permalink
Add 'ext-libxml' to testing composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 16, 2024
1 parent efa22d2 commit 42ee04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"laravel/dusk": "^7.11.3",
"mockery/mockery": "^1.4.4",
"pestphp/pest": "^v2.1.0",
"ext-dom": "*"
"ext-dom": "*",
"ext-libxml": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 42ee04e

Please sign in to comment.