Skip to content

Commit 99f5713

Browse files
committed
add dependcies
1 parent edd490c commit 99f5713

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"license": "Public Domain",
1616
"require": {
17-
"php": ">=5.3.0"
17+
"php": ">=5.3.0",
18+
"lib-libxml" : "*",
19+
"ext-xmlreader" : "*",
20+
"ext-dom" : "*"
1821
}
1922
}

0 commit comments

Comments
 (0)