From 3545c4d4cf0e192f25850b93933b3dc98b00c9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 05:42:57 +0000 Subject: [PATCH] Bump phpunit/phpunit Bumps the tools_phpunit_dependencies group with 1 update in the /tools/01_phpunit directory: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit). Updates `phpunit/phpunit` from 12.1.0 to 12.1.2 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.1.2/ChangeLog-12.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.1.0...12.1.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tools_phpunit_dependencies ... Signed-off-by: dependabot[bot] --- tools/01_phpunit/composer.json | 2 +- tools/01_phpunit/composer.lock | 38 ++++++++++++++++++++-------------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/tools/01_phpunit/composer.json b/tools/01_phpunit/composer.json index 61dc66b03..25df5adcc 100644 --- a/tools/01_phpunit/composer.json +++ b/tools/01_phpunit/composer.json @@ -9,7 +9,7 @@ "liuggio/fastest": "1.13.0", "phpunit/php-code-coverage": "12.1.2", "phpunit/phpcov": "11.0.0", - "phpunit/phpunit": "12.1.0", + "phpunit/phpunit": "12.1.3", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "7.2.4", "symfony/phpunit-bridge": "7.2.0" diff --git a/tools/01_phpunit/composer.lock b/tools/01_phpunit/composer.lock index 62f36b540..f61e23970 100644 --- a/tools/01_phpunit/composer.lock +++ b/tools/01_phpunit/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": "1994e2a3fa2826eff9392f36edbd02b9", + "content-hash": "710f2da930fd6b662bafd828496f7a50", "packages": [], "packages-dev": [ { @@ -271,16 +271,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.13.0", + "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "024473a478be9df5fdaca2c793f2232fe788e414" + "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414", - "reference": "024473a478be9df5fdaca2c793f2232fe788e414", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c", + "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c", "shasum": "" }, "require": { @@ -319,7 +319,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.13.1" }, "funding": [ { @@ -327,7 +327,7 @@ "type": "tidelift" } ], - "time": "2025-02-12T12:17:51+00:00" + "time": "2025-04-29T12:36:36+00:00" }, { "name": "nikic/php-parser", @@ -891,16 +891,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.1.0", + "version": "12.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c433e7972440e1370a26879bb54c359f8898aa3a" + "reference": "72ca50e817dd7d65356c16772c30f06c01a6fae2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c433e7972440e1370a26879bb54c359f8898aa3a", - "reference": "c433e7972440e1370a26879bb54c359f8898aa3a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/72ca50e817dd7d65356c16772c30f06c01a6fae2", + "reference": "72ca50e817dd7d65356c16772c30f06c01a6fae2", "shasum": "" }, "require": { @@ -968,7 +968,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.1.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.1.3" }, "funding": [ { @@ -979,12 +979,20 @@ "url": "https://github.com/sebastianbergmann", "type": "github" }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, { "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", "type": "tidelift" } ], - "time": "2025-04-04T04:10:58+00:00" + "time": "2025-04-22T06:11:09+00:00" }, { "name": "psr/container", @@ -3927,9 +3935,9 @@ "platform": { "php": "^8.4.0" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.4.5" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }