From b7085db14bd61347f0dfff6f07cf211c6a6b8d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:12:38 +0000 Subject: [PATCH] composer(deps): update league/flysystem requirement in /packages/guides 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/1.1.0...3.28.0) --- updated-dependencies: - dependency-name: league/flysystem dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/guides/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/guides/composer.json b/packages/guides/composer.json index 287cd9a2e..6a9a44531 100644 --- a/packages/guides/composer.json +++ b/packages/guides/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "ext-zlib": "*", "doctrine/deprecations": "^1.1", - "league/flysystem": "^1.1", + "league/flysystem": "^3.28", "league/tactician": "^1.1", "league/uri": "^7.4.1", "phpdocumentor/flyfinder": "^1.1",