From 7b396bafeb0de8bb433b79fcf2ceb3f81eb567d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 02:17:32 +0000 Subject: [PATCH] fix(deps): update dependency spatie/laravel-permission to v6.8.0 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index bad531a1..fb0db026 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "laravel/framework": "10.43.0", "laravel/sanctum": "3.3.3", "laravel/tinker": "2.9.0", - "spatie/laravel-permission": "6.3.0" + "spatie/laravel-permission": "6.8.0" }, "require-dev": { "fakerphp/faker": "1.23.1", diff --git a/composer.lock b/composer.lock index 38562bad..0ef6949c 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": "4d35ff685f5f48aa5d7ed63a137f62c8", + "content-hash": "cec0936701a5e0a72fb39398b6a69335", "packages": [ { "name": "brick/math", @@ -3186,16 +3186,16 @@ }, { "name": "spatie/laravel-permission", - "version": "6.3.0", + "version": "6.8.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-permission.git", - "reference": "4d119986c862ac0168b77338c85d8236bb559a88" + "reference": "5147997e92001bf6cc5cd207eac554bc8f16c02a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/4d119986c862ac0168b77338c85d8236bb559a88", - "reference": "4d119986c862ac0168b77338c85d8236bb559a88", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/5147997e92001bf6cc5cd207eac554bc8f16c02a", + "reference": "5147997e92001bf6cc5cd207eac554bc8f16c02a", "shasum": "" }, "require": { @@ -3206,7 +3206,7 @@ "php": "^8.0" }, "require-dev": { - "laravel/passport": "^11.0", + "laravel/passport": "^11.0|^12.0", "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", "phpunit/phpunit": "^9.4|^10.1" }, @@ -3256,7 +3256,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-permission/issues", - "source": "https://github.com/spatie/laravel-permission/tree/6.3.0" + "source": "https://github.com/spatie/laravel-permission/tree/6.8.0" }, "funding": [ { @@ -3264,7 +3264,7 @@ "type": "github" } ], - "time": "2023-12-24T06:58:02+00:00" + "time": "2024-06-21T23:50:10+00:00" }, { "name": "symfony/console",