From 72cd16afa1f9332d6f0ccbb86e94ba9cec824f3e Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 16 Feb 2024 20:33:33 +0000 Subject: [PATCH] Upgrade to Flysystem 3.0 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aca33767..32b05282 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "nunomaduro/collision": "^5.0", "symfony/yaml": "^5.4", "ext-json": "*", - "ext-intl": "*" + "ext-intl": "*", + "league/flysystem-aws-s3-v3": "^3.0" }, "require-dev": { "barryvdh/laravel-ide-helper": "^2.12",