Bump phpunit/php-code-coverage in the dev-dependencies group (#142)

Bumps the dev-dependencies group with 1 update: [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage).


Updates `phpunit/php-code-coverage` from 14.2.0 to 14.2.2
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-14.2.md)
- [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/14.2.0...14.2.2)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-version: 14.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-09 11:37:40 +02:00
committed by GitHub
parent 2aea98a839
commit 841bd5b00d
Generated
+7 -7
View File
@@ -9948,16 +9948,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "14.2.0",
"version": "14.2.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ab8a36c9bd98c51f6cfe665a732bfadf72e18e8d"
"reference": "10d7da3628a99289cdf4c662dd7f0d73f1baec83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ab8a36c9bd98c51f6cfe665a732bfadf72e18e8d",
"reference": "ab8a36c9bd98c51f6cfe665a732bfadf72e18e8d",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/10d7da3628a99289cdf4c662dd7f0d73f1baec83",
"reference": "10d7da3628a99289cdf4c662dd7f0d73f1baec83",
"shasum": ""
},
"require": {
@@ -9976,7 +9976,7 @@
"theseer/tokenizer": "^2.0.1"
},
"require-dev": {
"phpunit/phpunit": "^13.1.14"
"phpunit/phpunit": "^13.2.0"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
@@ -10014,7 +10014,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.2.0"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.2.2"
},
"funding": [
{
@@ -10034,7 +10034,7 @@
"type": "tidelift"
}
],
"time": "2026-06-05T02:59:08+00:00"
"time": "2026-06-08T11:50:38+00:00"
},
{
"name": "phpunit/php-file-iterator",