From 1bff9a33242cf6877f390f171b0f288a1b089944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:10:52 +0000 Subject: [PATCH] Update league/flysystem requirement from ^2.2 to ^3.18 Updates the requirements on [league/flysystem](https://github.com/thephpleague/flysystem) to permit the latest version. - [Release notes](https://github.com/thephpleague/flysystem/releases) - [Changelog](https://github.com/thephpleague/flysystem/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/thephpleague/flysystem/compare/2.2.0...3.18.0) --- updated-dependencies: - dependency-name: league/flysystem dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 152db2c..583f89e 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "cleverage/process-bundle": "^3.2", "easycorp/easyadmin-bundle": "^4.0", "ddtraceweb/monolog-parser": "^1.3", - "league/flysystem": "^2.2", + "league/flysystem": "^3.18", "composer/package-versions-deprecated": "^1.11", "doctrine/doctrine-bundle": "^2.4", "doctrine/doctrine-migrations-bundle": "^3.1",