From 73198daaf5eadcb3d8a8d2d5005d36b8a0fc59a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:02:29 +0000 Subject: [PATCH] Update dependency santigarcor/laratrust to v8 --- backend/composer.json | 2 +- backend/composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/backend/composer.json b/backend/composer.json index 596a644..2f0d64f 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -13,7 +13,7 @@ "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "matthewbdaly/laravel-etag-middleware": "^1.3", - "santigarcor/laratrust": "^7.2", + "santigarcor/laratrust": "^8.0", "sentry/sentry-laravel": "^3.7" }, "require-dev": { diff --git a/backend/composer.lock b/backend/composer.lock index 3be0fb1..15226cc 100644 --- a/backend/composer.lock +++ b/backend/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": "f8b683b55dd63e861103c15d13fed172", + "content-hash": "1ef9e17b559ea2d200ce1d82e7c7c353", "packages": [ { "name": "brick/math", @@ -4008,27 +4008,27 @@ }, { "name": "santigarcor/laratrust", - "version": "7.2.0", + "version": "8.2.1", "source": { "type": "git", "url": "https://github.com/santigarcor/laratrust.git", - "reference": "f3ce07cbee8a18516c65f6b545ea4bcc70cc4423" + "reference": "58d75e531de46f162d61f91f17e771a9ecb1132e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/santigarcor/laratrust/zipball/f3ce07cbee8a18516c65f6b545ea4bcc70cc4423", - "reference": "f3ce07cbee8a18516c65f6b545ea4bcc70cc4423", + "url": "https://api.github.com/repos/santigarcor/laratrust/zipball/58d75e531de46f162d61f91f17e771a9ecb1132e", + "reference": "58d75e531de46f162d61f91f17e771a9ecb1132e", "shasum": "" }, "require": { "kkszymanowski/traitor": "^1.0", - "laravel/framework": "~6.0|~7.0|~8.0|^9.0|^10.0", - "php": ">=7.2" + "laravel/framework": "^10.0", + "php": ">=8.1" }, "require-dev": { "mockery/mockery": "^1.3.2", - "orchestra/testbench": "4.*|5.*|6.*|7.*|^8.0", - "phpunit/phpunit": "^7.5.15|^8.4|^9.0" + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^8.4|^9.0" }, "type": "library", "extra": { @@ -4071,7 +4071,7 @@ ], "support": { "issues": "https://github.com/santigarcor/laratrust/issues", - "source": "https://github.com/santigarcor/laratrust/tree/7.2.0" + "source": "https://github.com/santigarcor/laratrust/tree/8.2.1" }, "funding": [ { @@ -4079,7 +4079,7 @@ "type": "github" } ], - "time": "2023-02-19T12:04:38+00:00" + "time": "2023-04-24T20:19:58+00:00" }, { "name": "sentry/sdk", @@ -9681,5 +9681,5 @@ "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }