From 4e3f028d04bc0f6e87272a58de9b0dbf5237de62 Mon Sep 17 00:00:00 2001 From: Michael Ishola Date: Sun, 12 May 2024 09:28:04 +0100 Subject: [PATCH] Added support for laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 55e3bc6..dba0d34 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^10", + "illuminate/support": "^10|~11", "nesbot/carbon": "^2.50" }, "scripts": { @@ -54,4 +54,4 @@ "pestphp/pest-plugin": true } } -} \ No newline at end of file +}