Skip to content

Commit 6087842

Browse files
committed
chore(composer): add test:cov, require ext-dom
1 parent d41b677 commit 6087842

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
}
2424
},
2525
"require": {
26-
"php": ">=7.0.0"
26+
"php": ">=7.0.0",
27+
"ext-dom": "*"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "^6.5 || ^7.5"
@@ -37,6 +38,7 @@
3738
"scripts": {
3839
"post-root-package-install": [
3940
],
40-
"test": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
41+
"test": "vendor/bin/phpunit",
42+
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
4143
}
4244
}

0 commit comments

Comments
 (0)