Skip to content

Commit 6a38c0b

Browse files
committed
php-coverage
1 parent 1dee715 commit 6a38c0b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=8.0"
18+
"php": ">=8.1"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0",
2222
"squizlabs/php_codesniffer": "^3.7",
23-
"phpstan/phpstan": "^2.0.0"
23+
"phpstan/phpstan": "^2.0.0",
24+
"phpunit/php-code-coverage": "^10.1.16 || ^11.0.11 || ^12.4"
2425
},
2526
"archive": {
2627
"exclude": ["vendor", ".DS_Store"]

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)