Skip to content

Commit 5bb8097

Browse files
committed
Add missing extensions to composer dependencies.
1 parent 5aa7dce commit 5bb8097

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
],
2525
"require": {
2626
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
27-
"masterminds/html5": "^2.0"
27+
"masterminds/html5": "^2.0",
28+
"ext-dom": "*",
29+
"ext-simplexml": "*"
2830
},
2931
"autoload": {
3032
"psr-4": {

0 commit comments

Comments
 (0)