From 479ba44af29d0f5cbce313f182eb2565812142af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:47:40 +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..38ac86e 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.0", + "illuminate/contracts": "11.0.0", "ext-json": "*", - "illuminate/http": "^7.0|^8.0|^9.0|^10.0", + "illuminate/http": "11.0.0", "matomo/device-detector": "^6.2" }, "require-dev": {