From 528fcb6bdd7d1404b935fbe4cd45024cab105840 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 08:06:12 +0000 Subject: [PATCH] Update dependency laravel/sanctum to v3.2.4 --- composer.lock | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 376b9e7..108f696 100644 --- a/composer.lock +++ b/composer.lock @@ -2487,23 +2487,17 @@ }, { "name": "laravel/sanctum", - "version": "v3.2.0", + "version": "v3.2.4", "source": { "type": "git", "url": "https://github.com/laravel/sanctum.git", - "reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5" + "reference": "c8269dcff3cda261ce113ab9548a0253d709aa91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sanctum/zipball/bf5cb6c256d19a108bdfaca121b2594da063fbd5", - "reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/laravel/sanctum/zipball/c8269dcff3cda261ce113ab9548a0253d709aa91", + "reference": "c8269dcff3cda261ce113ab9548a0253d709aa91", + "shasum": "" }, "require": { "ext-json": "*", @@ -2516,6 +2510,7 @@ "require-dev": { "mockery/mockery": "^1.0", "orchestra/testbench": "^7.0|^8.0", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3" }, "type": "library", @@ -2554,7 +2549,7 @@ "issues": "https://github.com/laravel/sanctum/issues", "source": "https://github.com/laravel/sanctum" }, - "time": "2023-01-06T15:43:53+00:00" + "time": "2023-04-26T18:55:47+00:00" }, { "name": "laravel/serializable-closure",