From a585969e6d35d2bfea99de394b53c0c89ec4efbf Mon Sep 17 00:00:00 2001 From: Lau Josefsen Date: Thu, 14 Mar 2024 15:48:43 +0100 Subject: [PATCH] Add support for Laravel 11, drop support for 8+9 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ef50861..a0447f8 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "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": "^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0", "ext-json": "*", - "illuminate/http": "^7.0|^8.0|^9.0|^10.0", + "illuminate/http": "^10.0|^11.0", "matomo/device-detector": "^6.2" }, "require-dev": { - "cego/php-cs-fixer": "1.0.0" + "cego/php-cs-fixer": "2.0.0" }, "autoload": { "psr-4": {