diff --git a/composer.json b/composer.json index 154fc95..d153200 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "meilisearch/meilisearch-php": "^1.12", "propaganistas/laravel-disposable-email": "^2.4.9", "protonemedia/laravel-verify-new-email": "^1.11", - "spatie/laravel-permission": "^6.10.1", + "spatie/laravel-permission": "^6.12.0", "spatie/laravel-webhook-client": "^3.4.2", "tightenco/ziggy": "^2.5.0" }, diff --git a/composer.lock b/composer.lock index 9f902e1..ee9e6a0 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": "9614a405f40918cfe57c3bb17eddbca7", + "content-hash": "f6e2d59a9422c9a27eecce7bdc2e249c", "packages": [ { "name": "brick/math", @@ -3986,41 +3986,41 @@ }, { "name": "spatie/laravel-permission", - "version": "6.10.1", + "version": "6.12.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-permission.git", - "reference": "8bb69d6d67387f7a00d93a2f5fab98860f06e704" + "reference": "420ea2a49db480302813d444834baaf7c8674782" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/8bb69d6d67387f7a00d93a2f5fab98860f06e704", - "reference": "8bb69d6d67387f7a00d93a2f5fab98860f06e704", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/420ea2a49db480302813d444834baaf7c8674782", + "reference": "420ea2a49db480302813d444834baaf7c8674782", "shasum": "" }, "require": { - "illuminate/auth": "^8.12|^9.0|^10.0|^11.0", - "illuminate/container": "^8.12|^9.0|^10.0|^11.0", - "illuminate/contracts": "^8.12|^9.0|^10.0|^11.0", - "illuminate/database": "^8.12|^9.0|^10.0|^11.0", + "illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0", + "illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0", "php": "^8.0" }, "require-dev": { - "larastan/larastan": "^1.0|^2.0", "laravel/passport": "^11.0|^12.0", - "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.4|^10.1" + "laravel/pint": "^1.0", + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.4|^10.1|^11.5" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "6.x-dev", - "dev-master": "6.x-dev" - }, "laravel": { "providers": [ "Spatie\\Permission\\PermissionServiceProvider" ] + }, + "branch-alias": { + "dev-main": "6.x-dev", + "dev-master": "6.x-dev" } }, "autoload": { @@ -4057,7 +4057,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-permission/issues", - "source": "https://github.com/spatie/laravel-permission/tree/6.10.1" + "source": "https://github.com/spatie/laravel-permission/tree/6.12.0" }, "funding": [ { @@ -4065,7 +4065,7 @@ "type": "github" } ], - "time": "2024-11-08T18:45:41+00:00" + "time": "2025-01-31T01:07:40+00:00" }, { "name": "spatie/laravel-webhook-client",