We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35d947 commit cbfcca0Copy full SHA for cbfcca0
composer.json
@@ -22,6 +22,8 @@
22
},
23
"require": {
24
"php": "^5.6 || ^7.0",
25
+ "ext-dom": "*",
26
+ "ext-xmlwriter": "*",
27
"phpunit/php-file-iterator": "^1.3",
28
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
29
"phpunit/php-text-template": "^1.2",
@@ -34,9 +36,7 @@
34
36
"ext-xdebug": "^2.1.4"
35
37
38
"suggest": {
- "ext-dom": "*",
- "ext-xdebug": "^2.4.0",
39
- "ext-xmlwriter": "*"
+ "ext-xdebug": "^2.4.0"
40
41
"autoload": {
42
"classmap": [
0 commit comments