From 2bbab58541f7c0186db93d5e6c99d066999bc0a9 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Fri, 7 Feb 2025 09:47:24 -0500 Subject: [PATCH] Update composer.json updating deps --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 12656da149..6009a93c84 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ } ], "require": { - "php": "^7.3|^7.4|^8.0|^8.1|^8.2", - "illuminate/support": "~8.0|~9.0|~10.0", - "intervention/image": "^2.7", - "doctrine/dbal": "^3.1|^3.5", + "php": "^7.3|^7.4|^8.0|^8.1|^8.2|^8.3", + "illuminate/support": "~8.0|~9.0|~10.0|~11.0", + "intervention/image": "^2.7|^3.0", + "doctrine/dbal": "^3.1|^3.5|^4.0", "laravel/ui": ">=1.0", "arrilot/laravel-widgets": "^3.7", "league/flysystem": "~1.1|~2.0|~3.0",