Skip to content

Commit 56ee1a0

Browse files
committed
Add missing extension requirement to composer file
1 parent c6b1949 commit 56ee1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"php": "^7.3|^7.4|^8.0",
2424
"ext-dom": "*",
2525
"ext-json": "*",
26+
"ext-libxml": "*",
2627
"composer-runtime-api": "^2.0",
2728
"phpunit/phpunit": "^8.3|^9.0",
2829
"symfony/property-access": "^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)