From 97b88fa7760d791b641b3db0aab6d0e3be1b192d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:17:46 +0000 Subject: [PATCH] deps(composer): bump phpunit/phpunit from 12.0.3 to 12.0.5 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.0.3 to 12.0.5. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.5/ChangeLog-12.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.3...12.0.5) --- 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 | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index aad4a10..7ed38f2 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.3" + "phpunit/phpunit": "12.0.5" }, "scripts": { "test": [ diff --git a/composer.lock b/composer.lock index bba59ef..b661b0f 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": "d404545d6e50d9b6aed183a37fd53b10", + "content-hash": "49706040bc339c8538491b487460d9be", "packages": [], "packages-dev": [ { @@ -915,16 +915,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.0.3", + "version": "12.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751" + "reference": "79e5ef5897068689c7c325554d6df905480ce942" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e3038bff41d56114e5396151060f5ac9d2d6751", - "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/79e5ef5897068689c7c325554d6df905480ce942", + "reference": "79e5ef5897068689c7c325554d6df905480ce942", "shasum": "" }, "require": { @@ -980,7 +980,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/12.0.3" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.4" }, "funding": [ { @@ -988,7 +988,7 @@ "type": "github" } ], - "time": "2025-02-18T14:04:13+00:00" + "time": "2025-02-25T13:27:48+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1237,16 +1237,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.3", + "version": "12.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed" + "reference": "0f177d7316ba155d36337c3811b11993b54dae32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", - "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0f177d7316ba155d36337c3811b11993b54dae32", + "reference": "0f177d7316ba155d36337c3811b11993b54dae32", "shasum": "" }, "require": { @@ -1256,11 +1256,11 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.1", + "myclabs/deep-copy": "^1.13.0", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.0.2", + "phpunit/php-code-coverage": "^12.0.3", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.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.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.5" }, "funding": [ { @@ -1330,7 +1330,7 @@ "type": "tidelift" } ], - "time": "2025-02-18T06:28:55+00:00" + "time": "2025-02-25T06:13:04+00:00" }, { "name": "psr/container", @@ -3115,12 +3115,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.3" }, - "platform-dev": {}, - "plugin-api-version": "2.6.0" + "platform-dev": [], + "plugin-api-version": "2.3.0" }