Update dependency santigarcor/laratrust to v8

This commit is contained in:
renovate[bot] 2023-10-24 23:02:29 +00:00 committed by GitHub
parent 4660432b6e
commit 73198daaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -13,7 +13,7 @@
"laravel/sanctum": "^3.2", "laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8", "laravel/tinker": "^2.8",
"matthewbdaly/laravel-etag-middleware": "^1.3", "matthewbdaly/laravel-etag-middleware": "^1.3",
"santigarcor/laratrust": "^7.2", "santigarcor/laratrust": "^8.0",
"sentry/sentry-laravel": "^3.7" "sentry/sentry-laravel": "^3.7"
}, },
"require-dev": { "require-dev": {

24
backend/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f8b683b55dd63e861103c15d13fed172", "content-hash": "1ef9e17b559ea2d200ce1d82e7c7c353",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -4008,27 +4008,27 @@
}, },
{ {
"name": "santigarcor/laratrust", "name": "santigarcor/laratrust",
"version": "7.2.0", "version": "8.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/santigarcor/laratrust.git", "url": "https://github.com/santigarcor/laratrust.git",
"reference": "f3ce07cbee8a18516c65f6b545ea4bcc70cc4423" "reference": "58d75e531de46f162d61f91f17e771a9ecb1132e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/santigarcor/laratrust/zipball/f3ce07cbee8a18516c65f6b545ea4bcc70cc4423", "url": "https://api.github.com/repos/santigarcor/laratrust/zipball/58d75e531de46f162d61f91f17e771a9ecb1132e",
"reference": "f3ce07cbee8a18516c65f6b545ea4bcc70cc4423", "reference": "58d75e531de46f162d61f91f17e771a9ecb1132e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"kkszymanowski/traitor": "^1.0", "kkszymanowski/traitor": "^1.0",
"laravel/framework": "~6.0|~7.0|~8.0|^9.0|^10.0", "laravel/framework": "^10.0",
"php": ">=7.2" "php": ">=8.1"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3.2", "mockery/mockery": "^1.3.2",
"orchestra/testbench": "4.*|5.*|6.*|7.*|^8.0", "orchestra/testbench": "^8.0",
"phpunit/phpunit": "^7.5.15|^8.4|^9.0" "phpunit/phpunit": "^8.4|^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -4071,7 +4071,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/santigarcor/laratrust/issues", "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": [ "funding": [
{ {
@ -4079,7 +4079,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-02-19T12:04:38+00:00" "time": "2023-04-24T20:19:58+00:00"
}, },
{ {
"name": "sentry/sdk", "name": "sentry/sdk",
@ -9681,5 +9681,5 @@
"php": "^8.1" "php": "^8.1"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }