From aa788acd740ccddf4b02856046dd36239bb3c2cb Mon Sep 17 00:00:00 2001 From: Josh Murray Date: Sun, 19 May 2024 17:53:52 +0100 Subject: [PATCH] Added Laravel 11 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c6bcf9b..710f26f 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0" + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^6.0",