From 48b3c5a2ef35953329e2adae672ff705684600c7 Mon Sep 17 00:00:00 2001 From: George Boot <884482+georgeboot@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:52:14 +0100 Subject: [PATCH] Add support for Laravel 10 (#42) * Support Laravel 10 * monolog 3 * Support both monolog v2 and v3 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index dba1a9d..efbb272 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,13 @@ "php": "^8.0", "aws/aws-sdk-php": "^3.222", "bref/bref": "^1.5", - "illuminate/container": "^8.0 || ^9.0", - "illuminate/contracts": "^8.0 || ^9.0", - "illuminate/http": "^8.0 || ^9.0", - "illuminate/queue": "^8.0 || ^9.0", - "illuminate/support": "^8.0 || ^9.0", + "illuminate/container": "^8.0 || ^9.0 || ^10.0", + "illuminate/contracts": "^8.0 || ^9.0 || ^10.0", + "illuminate/http": "^8.0 || ^9.0 || ^10.0", + "illuminate/queue": "^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0", "laravel/octane": "^1.2", - "monolog/monolog": "^2.0", + "monolog/monolog": "^2.0 || ^3.0", "riverline/multipart-parser": "^2.0" }, "require-dev": {