diff --git a/composer.json b/composer.json index 69ded53..d773c97 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "lightszentip/laravel-release-changelog-generator": "^0.3.0", "livewire/livewire": "^v2.10.7", "spatie/laravel-ignition": "^2.0.0", - "spatie/laravel-permission": "^5.9.1", + "spatie/laravel-permission": "^6.0.0", "spatie/laravel-google-fonts": "^1.2.3" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 009b778..a502c85 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": "ad6b863e2d2dbc5febd6eb7a4818438d", + "content-hash": "63b795ae846b415cdac16414c63c3c5f", "packages": [ { "name": "bacon/bacon-qr-code", @@ -4552,35 +4552,35 @@ }, { "name": "spatie/laravel-permission", - "version": "5.11.1", + "version": "6.9.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-permission.git", - "reference": "7090824cca57e693b880ce3aaf7ef78362e28bbd" + "reference": "fe973a58b44380d0e8620107259b7bda22f70408" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/7090824cca57e693b880ce3aaf7ef78362e28bbd", - "reference": "7090824cca57e693b880ce3aaf7ef78362e28bbd", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/fe973a58b44380d0e8620107259b7bda22f70408", + "reference": "fe973a58b44380d0e8620107259b7bda22f70408", "shasum": "" }, "require": { - "illuminate/auth": "^7.0|^8.0|^9.0|^10.0", - "illuminate/container": "^7.0|^8.0|^9.0|^10.0", - "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^7.0|^8.0|^9.0|^10.0", - "php": "^7.3|^8.0" + "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", + "php": "^8.0" }, "require-dev": { - "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0", - "phpunit/phpunit": "^9.4", - "predis/predis": "^1.1" + "laravel/passport": "^11.0|^12.0", + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.4|^10.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.x-dev", - "dev-master": "5.x-dev" + "dev-main": "6.x-dev", + "dev-master": "6.x-dev" }, "laravel": { "providers": [ @@ -4608,7 +4608,7 @@ "role": "Developer" } ], - "description": "Permission handling for Laravel 6.0 and up", + "description": "Permission handling for Laravel 8.0 and up", "homepage": "https://github.com/spatie/laravel-permission", "keywords": [ "acl", @@ -4622,7 +4622,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-permission/issues", - "source": "https://github.com/spatie/laravel-permission/tree/5.11.1" + "source": "https://github.com/spatie/laravel-permission/tree/6.9.0" }, "funding": [ { @@ -4630,7 +4630,7 @@ "type": "github" } ], - "time": "2023-10-25T05:12:01+00:00" + "time": "2024-06-22T23:04:52+00:00" }, { "name": "symfony/console",