From fe7206743cd77e51290c1ea849145e75af71ba57 Mon Sep 17 00:00:00 2001 From: Fabian Wagner Date: Wed, 3 Dec 2025 14:32:21 +0100 Subject: [PATCH] U sanctum requirement --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9c1134e..9d25f1f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require": { "php": ">=8.0", "laravel/framework": "*", - "laravel/sanctum": "^4.2", + "laravel/sanctum": "*", "spatie/once": "*" }, "require-dev": { @@ -58,4 +58,4 @@ "@php vendor/bin/phpunit" ] } -} +} \ No newline at end of file