From ae8be6560118a720ce180dcecd91b4b9e7e433cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:30:31 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v12.0.3 --- src/composer.json | 2 +- src/composer.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/composer.json b/src/composer.json index 5952c8b6..f88c0f1f 100644 --- a/src/composer.json +++ b/src/composer.json @@ -74,7 +74,7 @@ "require-dev": { "mockery/mockery": "1.6.12", "fakerphp/faker": "1.24.1", - "phpunit/phpunit": "12.0.2", + "phpunit/phpunit": "12.0.3", "kitloong/laravel-migrations-generator": "7.0.7", "symfony/css-selector": "7.2.0", "symfony/dom-crawler": "7.2.3", diff --git a/src/composer.lock b/src/composer.lock index b79cebd2..f44fb54a 100644 --- a/src/composer.lock +++ b/src/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": "d4394d7d8d077f19aa23e2d572377325", + "content-hash": "95e6d1a77cf2daa685f99969fa9e39f7", "packages": [ { "name": "artesaos/seotools", @@ -10701,16 +10701,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.0.2", + "version": "12.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8" + "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/69dde560510151f7d04315fac6c72016cc5d7bc8", - "reference": "69dde560510151f7d04315fac6c72016cc5d7bc8", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e3038bff41d56114e5396151060f5ac9d2d6751", + "reference": "2e3038bff41d56114e5396151060f5ac9d2d6751", "shasum": "" }, "require": { @@ -10766,7 +10766,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.2" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.0.3" }, "funding": [ { @@ -10774,7 +10774,7 @@ "type": "github" } ], - "time": "2025-02-08T09:08:00+00:00" + "time": "2025-02-18T14:04:13+00:00" }, { "name": "phpunit/php-file-iterator", @@ -11023,16 +11023,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.2", + "version": "12.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212" + "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6301fe5c1f5f34192ffd650a87fe055677a32212", - "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", + "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", "shasum": "" }, "require": { @@ -11100,7 +11100,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.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.3" }, "funding": [ { @@ -11116,7 +11116,7 @@ "type": "tidelift" } ], - "time": "2025-02-08T09:18:47+00:00" + "time": "2025-02-18T06:28:55+00:00" }, { "name": "sebastian/cli-parser",