From 554e55d1c5ae3f34bb59f874180a70f580321452 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": {