Skip to content

Commit 21ddb93

Browse files
committed
add requirements/phpunit configuration
1 parent e53168e commit 21ddb93

File tree

3 files changed

+1848
-1800
lines changed

3 files changed

+1848
-1800
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"webdevcave/simple-cache": "^1.0"
3636
},
3737
"require-dev": {
38-
"phpunit/phpunit": "^10"
38+
"phpunit/phpunit": "^10",
39+
"rregeer/phpunit-coverage-check": "^0.3.1"
3940
},
4041
"scripts": {
4142
"test": "XDEBUG_MODE=coverage ./vendor/bin/phpunit"

0 commit comments

Comments
 (0)