From 3e82cc18f14aac090fb709974769cc00e0399d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Wit?= Date: Wed, 20 Mar 2024 10:26:10 +0100 Subject: [PATCH] Add Laravel 11 & Sanctum 4 support --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 0339f4f..ab4aa83 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "homepage": "https://github.com/daniel-de-wit/lighthouse-sanctum", "require": { "php": "^8.1", - "illuminate/auth": "^9 || ^10", - "illuminate/contracts": "^9 || ^10", - "illuminate/database": "^9 || ^10", - "illuminate/routing": "^9 || ^10", - "illuminate/support": "^9 || ^10", - "laravel/sanctum": "^3.0", + "illuminate/auth": "^9 || ^10 || ^11", + "illuminate/contracts": "^9 || ^10 || ^11", + "illuminate/database": "^9 || ^10 || ^11", + "illuminate/routing": "^9 || ^10 || ^11", + "illuminate/support": "^9 || ^10 || ^11", + "laravel/sanctum": "^3.0 || ^4.0", "nuwave/lighthouse": "^6.0" }, "require-dev": {