From 54668521f055bfb20c9dbcd5e53d86c41c18998a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:57:40 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 4abebe4..6aa4c30 100644 --- a/composer.lock +++ b/composer.lock @@ -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",