From 90b15a64d3d3242ee3843edb852798b8a4f0e5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 05:00:58 +0000 Subject: [PATCH] Update spatie/flysystem-dropbox requirement from ^2.0 to ^2.0 || ^3.0 Updates the requirements on [spatie/flysystem-dropbox](https://github.com/spatie/flysystem-dropbox) to permit the latest version. - [Release notes](https://github.com/spatie/flysystem-dropbox/releases) - [Changelog](https://github.com/spatie/flysystem-dropbox/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/flysystem-dropbox/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: spatie/flysystem-dropbox dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 495ebc1..d1fae0b 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "php-mock/php-mock-phpunit": "^2.6", "phpspec/prophecy": "^1.16", "phpunit/phpunit": "^9.4.2", - "spatie/flysystem-dropbox": "^2.0" + "spatie/flysystem-dropbox": "^2.0 || ^3.0" }, "suggest": { "laminas/laminas-filter": "laminas-filter component ^2.9.1, if you need RenameUpload filter",