We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd490c commit 99f5713Copy full SHA for 99f5713
1 file changed
composer.json
@@ -14,6 +14,9 @@
14
},
15
"license": "Public Domain",
16
"require": {
17
- "php": ">=5.3.0"
+ "php": ">=5.3.0",
18
+ "lib-libxml" : "*",
19
+ "ext-xmlreader" : "*",
20
+ "ext-dom" : "*"
21
}
22
0 commit comments