From 86b0edbe59bf100a826b5bc0830bd38b838e3fda Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 12:13:17 +0000 Subject: [PATCH] Update dependency league/flysystem to v3 --- composer.json | 2 +- composer.lock | 43 ++++++++++++++++++++++++------------------- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index b991000..f1384c5 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } }, "require": { - "league/flysystem": "~2.0", + "league/flysystem": "~3.0", "symfony/process" : "~5.0", "phptal/phptal": "~1.3" } diff --git a/composer.lock b/composer.lock index 1f132e9..6d04c89 100644 --- a/composer.lock +++ b/composer.lock @@ -4,42 +4,47 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "86c98a2296eed302028518de43b8aa8d", + "content-hash": "1bacab282ddae26608f50f458c20d872", "packages": [ { "name": "league/flysystem", - "version": "2.3.0", + "version": "3.0.11", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "499313f8b65f9a4dae1c779cd974d59a6fcf0f15" + "reference": "1ca148713c23cadeb9d7526973f81fb4a04090a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/499313f8b65f9a4dae1c779cd974d59a6fcf0f15", - "reference": "499313f8b65f9a4dae1c779cd974d59a6fcf0f15", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1ca148713c23cadeb9d7526973f81fb4a04090a3", + "reference": "1ca148713c23cadeb9d7526973f81fb4a04090a3", "shasum": "" }, "require": { - "ext-json": "*", "league/mime-type-detection": "^1.0.0", - "php": "^7.2 || ^8.0" + "php": "^8.0.2" }, "conflict": { - "guzzlehttp/ringphp": "<1.1.1" + "aws/aws-sdk-php": "3.209.31 || 3.210.0", + "guzzlehttp/guzzle": "<7.0", + "guzzlehttp/ringphp": "<1.1.1", + "symfony/http-client": "<5.2" }, "require-dev": { "async-aws/s3": "^1.5", "async-aws/simple-s3": "^1.0", - "aws/aws-sdk-php": "^3.132.4", + "aws/aws-sdk-php": "^3.198.1", "composer/semver": "^3.0", "ext-fileinfo": "*", - "friendsofphp/php-cs-fixer": "^2.16", + "ext-ftp": "*", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", + "microsoft/azure-storage-blob": "^1.1", "phpseclib/phpseclib": "^2.0", "phpstan/phpstan": "^0.12.26", - "phpunit/phpunit": "^8.5 || ^9.4", - "sabre/dav": "^4.1" + "phpunit/phpunit": "^9.5.11", + "sabre/dav": "^4.3.1" }, "type": "library", "autoload": { @@ -85,20 +90,20 @@ "type": "tidelift" } ], - "time": "2021-09-22T06:09:19+00:00" + "time": "2022-03-04T16:40:17+00:00" }, { "name": "league/mime-type-detection", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "b38b25d7b372e9fddb00335400467b223349fd7e" + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e", - "reference": "b38b25d7b372e9fddb00335400467b223349fd7e", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", + "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", "shasum": "" }, "require": { @@ -106,7 +111,7 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", + "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3" }, @@ -137,7 +142,7 @@ "type": "tidelift" } ], - "time": "2021-09-25T08:23:19+00:00" + "time": "2021-11-21T11:48:40+00:00" }, { "name": "phptal/phptal",