From b0b29e12963d286daaaa5f182d0471aa04fbcd79 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 25 Oct 2023 22:29:35 +0800 Subject: [PATCH] [10.x] Update minimum `laravel/sanctum` (#6261) PR #6234 updated the configuration but it depends on Sanctum 3.3. This PR avoids installing Sanctum 3.2 with the new config. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e1fb4493..8a3d72d4 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": "^8.1", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.10", - "laravel/sanctum": "^3.2", + "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8" }, "require-dev": {