From d8f8de243d9386859ecbbf5cfa666aa8a1f8c475 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 29 Apr 2024 23:18:28 +0100 Subject: [PATCH] Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 414694a..f9bcdaa 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "require": { "php": "^7.4.15|^8.0", "chrome-php/chrome": "^1.9", - "illuminate/http": "^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0" + "illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": { @@ -38,4 +38,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}