From 46248e7b1360277050e886fbddf9529d66fd9c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bommart?= Date: Mon, 20 May 2024 17:50:16 +0200 Subject: [PATCH] package: update composer to support laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b62fa8..f4a6e11 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^7.2|^8.0", "ext-openssl": "*", "ext-json": "*", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^4.0|^5.0|^6.0",