From ccb09e39230cfdd26ebf5f1289f4868fb121e0a9 Mon Sep 17 00:00:00 2001 From: Gaetan <72258504+gaetan-hexadog@users.noreply.github.com> Date: Sun, 5 May 2024 20:21:34 +0200 Subject: [PATCH] feat(composer): add Laravel 11 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 93f9e6f..7c67bb2 100755 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ "php": ">=7.4", "ext-json": "*", "hexadog/laravel-theme-installer": "^1.0", - "illuminate/view": "^7.0|^8.0|^9.0|^10.0" + "illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0|^11.0", "laravel/pint": "^1.10", "orchestra/testbench": "^8.3" },