Skip to content

Commit 0f3c985

Browse files
authored
Merge pull request #336 from sun/patch-1
Fixed PHP DOM extension is not specified as requirement.
2 parents dc1dc3c + 64b13db commit 0f3c985

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
@@ -26,6 +26,7 @@
2626
"require": {
2727
"php": "^5.6|^7.0",
2828
"ext-curl": "*",
29+
"ext-dom": "*",
2930
"ext-mbstring": "*",
3031
"composer/ca-bundle": "^1.0"
3132
},

0 commit comments

Comments
 (0)