From c0207034c5945d5fa499da961e665998ec1b950d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:54:42 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.5.5 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 58e3f71f..bcfe9001 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "laravel/sail": "1.26.3", "mockery/mockery": "1.6.7", "nunomaduro/collision": "7.10.0", - "phpunit/phpunit": "10.5.3", + "phpunit/phpunit": "10.5.5", "spatie/laravel-ignition": "2.3.2" }, "autoload": { diff --git a/composer.lock b/composer.lock index e024bec6..48c3d274 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": "257872fc6f103f98e4519c2c9beafa85", + "content-hash": "44068c31ae18f1a46ee017ce03f05699", "packages": [ { "name": "brick/math", @@ -6786,16 +6786,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.3", + "version": "10.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19" + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", "shasum": "" }, "require": { @@ -6867,7 +6867,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" }, "funding": [ { @@ -6883,7 +6883,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T07:25:23+00:00" + "time": "2023-12-27T15:13:52+00:00" }, { "name": "sebastian/cli-parser",