From 82f736493f068587588488f69e3ca78c6cf64ed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 10:43:44 +0000 Subject: [PATCH] chore(deps): update dependency nunomaduro/phpinsights to v2.6.1 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9651136..d6cbc0a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "laravel/framework": "^8.0 || ^9.0" }, "require-dev": { - "nunomaduro/phpinsights": "2.6.0", + "nunomaduro/phpinsights": "2.6.1", "pestphp/pest": "1.22.1", "phpunit/phpunit": "9.5.24", "orchestra/testbench": "^7.1", diff --git a/composer.lock b/composer.lock index d07c3d7..e8b8e5a 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": "a3c4d7bb8a264ebb5a80dd9efe222053", + "content-hash": "cc623cfdfcd5011ee6a2a321a98bff7d", "packages": [ { "name": "brick/math", @@ -5624,16 +5624,16 @@ }, { "name": "nunomaduro/phpinsights", - "version": "v2.6.0", + "version": "v2.6.1", "source": { "type": "git", "url": "https://github.com/nunomaduro/phpinsights.git", - "reference": "4d00775737cf91bea3ddc327f349238762c784a2" + "reference": "0743eb75ded697d71747725c9cfcce6fa89fb003" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/phpinsights/zipball/4d00775737cf91bea3ddc327f349238762c784a2", - "reference": "4d00775737cf91bea3ddc327f349238762c784a2", + "url": "https://api.github.com/repos/nunomaduro/phpinsights/zipball/0743eb75ded697d71747725c9cfcce6fa89fb003", + "reference": "0743eb75ded697d71747725c9cfcce6fa89fb003", "shasum": "" }, "require": { @@ -5710,7 +5710,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/phpinsights/issues", - "source": "https://github.com/nunomaduro/phpinsights/tree/v2.6.0" + "source": "https://github.com/nunomaduro/phpinsights/tree/v2.6.1" }, "funding": [ { @@ -5726,7 +5726,7 @@ "type": "github" } ], - "time": "2022-09-07T17:38:54+00:00" + "time": "2022-09-15T07:17:03+00:00" }, { "name": "orchestra/testbench",