Bump the dev-dependencies group with 2 updates (#140)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpunit/php-code-coverage
  dependency-version: 14.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  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-05 23:57:40 +00:00
committed by GitHub
parent 56d89e42d6
commit 54668521f0
Generated
+12 -12
View File
@@ -9677,11 +9677,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.2.1",
"version": "2.2.2",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dea9c8f2d25cc849391042b71e429c1a4bf82660",
"reference": "dea9c8f2d25cc849391042b71e429c1a4bf82660",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5cc34d491a90e79c216d824f60fe21fd4d93bd6",
"reference": "e5cc34d491a90e79c216d824f60fe21fd4d93bd6",
"shasum": ""
},
"require": {
@@ -9737,7 +9737,7 @@
"type": "github"
}
],
"time": "2026-05-28T14:44:12+00:00"
"time": "2026-06-05T09:00:01+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@@ -9948,16 +9948,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "14.1.10",
"version": "14.2.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "3719c5b6c045761798238ebacfee1fe06e4ce5be"
"reference": "ab8a36c9bd98c51f6cfe665a732bfadf72e18e8d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/3719c5b6c045761798238ebacfee1fe06e4ce5be",
"reference": "3719c5b6c045761798238ebacfee1fe06e4ce5be",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ab8a36c9bd98c51f6cfe665a732bfadf72e18e8d",
"reference": "ab8a36c9bd98c51f6cfe665a732bfadf72e18e8d",
"shasum": ""
},
"require": {
@@ -9976,7 +9976,7 @@
"theseer/tokenizer": "^2.0.1"
},
"require-dev": {
"phpunit/phpunit": "^13.1.13"
"phpunit/phpunit": "^13.1.14"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
@@ -9985,7 +9985,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "14.1.x-dev"
"dev-main": "14.2.x-dev"
}
},
"autoload": {
@@ -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.1.10"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.2.0"
},
"funding": [
{
@@ -10034,7 +10034,7 @@
"type": "tidelift"
}
],
"time": "2026-06-01T13:26:42+00:00"
"time": "2026-06-05T02:59:08+00:00"
},
{
"name": "phpunit/php-file-iterator",