From 0d250836a8b507fe10e78ab99ca9cc55067d5966 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:49:06 +0000 Subject: [PATCH] Update illuminate packages to v11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ef50861..79b588f 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "require": { "php": "^8.2", "cego/filebeat-logger": "^2.0.6", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", - "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "11.0.6", + "illuminate/contracts": "11.0.6", "ext-json": "*", - "illuminate/http": "^7.0|^8.0|^9.0|^10.0", + "illuminate/http": "11.0.6", "matomo/device-detector": "^6.2" }, "require-dev": {