From 73f74ef56a592f01db5eaf2946336270b03639f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:38:44 +0000 Subject: [PATCH] deps(composer): bump phpunit/phpunit from 12.0.5 to 12.0.7 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.0.5 to 12.0.7. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.7/ChangeLog-12.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.5...12.0.7) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 7ed38f2..e7012c7 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-parallel-lint": "1.4.0", "php-parallel-lint/php-console-highlighter": "1.0.0", - "phpunit/phpunit": "12.0.5" + "phpunit/phpunit": "12.0.7" }, "scripts": { "test": [ diff --git a/composer.lock b/composer.lock index b661b0f..5bb9301 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "49706040bc339c8538491b487460d9be", + "content-hash": "546f92d68ba220ccb5d3de25a5330ee7", "packages": [], "packages-dev": [ { @@ -1237,16 +1237,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.5", + "version": "12.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0f177d7316ba155d36337c3811b11993b54dae32" + "reference": "2845e49082ef7acc4a71a2ef71bbf32f31da22c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0f177d7316ba155d36337c3811b11993b54dae32", - "reference": "0f177d7316ba155d36337c3811b11993b54dae32", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2845e49082ef7acc4a71a2ef71bbf32f31da22c9", + "reference": "2845e49082ef7acc4a71a2ef71bbf32f31da22c9", "shasum": "" }, "require": { @@ -1260,13 +1260,13 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.0.3", + "phpunit/php-code-coverage": "^12.0.4", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", "phpunit/php-timer": "^8.0.0", "sebastian/cli-parser": "^4.0.0", - "sebastian/comparator": "^7.0.0", + "sebastian/comparator": "^7.0.1", "sebastian/diff": "^7.0.0", "sebastian/environment": "^8.0.0", "sebastian/exporter": "^7.0.0", @@ -1314,7 +1314,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.7" }, "funding": [ { @@ -1330,7 +1330,7 @@ "type": "tidelift" } ], - "time": "2025-02-25T06:13:04+00:00" + "time": "2025-03-07T07:32:22+00:00" }, { "name": "psr/container", @@ -1444,16 +1444,16 @@ }, { "name": "sebastian/comparator", - "version": "7.0.0", + "version": "7.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "18eb5a4f854dbd1d6512c459b605de2edb5a0b47" + "reference": "b478f34614f934e0291598d0c08cbaba9644bee5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18eb5a4f854dbd1d6512c459b605de2edb5a0b47", - "reference": "18eb5a4f854dbd1d6512c459b605de2edb5a0b47", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b478f34614f934e0291598d0c08cbaba9644bee5", + "reference": "b478f34614f934e0291598d0c08cbaba9644bee5", "shasum": "" }, "require": { @@ -1512,7 +1512,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/7.0.0" + "source": "https://github.com/sebastianbergmann/comparator/tree/7.0.1" }, "funding": [ { @@ -1520,7 +1520,7 @@ "type": "github" } ], - "time": "2025-02-07T04:54:52+00:00" + "time": "2025-03-07T07:00:32+00:00" }, { "name": "sebastian/complexity",