From 7b36a633f2e637b1afc85ba5507a2c72f24556ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 12:08:00 +0000 Subject: [PATCH] Bump league/flysystem from 1.0.2 to 1.1.10 Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.2 to 1.1.10. - [Release notes](https://github.com/thephpleague/flysystem/releases) - [Changelog](https://github.com/thephpleague/flysystem/blob/1.1.10/CHANGELOG.md) - [Commits](https://github.com/thephpleague/flysystem/compare/1.0.2...1.1.10) --- updated-dependencies: - dependency-name: league/flysystem dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 210 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 139 insertions(+), 71 deletions(-) diff --git a/composer.lock b/composer.lock index fe44300e..6209389a 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "24c3946acc997e3f3eca7fc5c99585b2", + "content-hash": "5fd7134886112f1f007768c20daa4f42", "packages": [ { "name": "classpreloader/classpreloader", @@ -64,7 +64,7 @@ "class", "preload" ], - "time": "2015-01-26 22:06:19" + "time": "2015-01-26T22:06:19+00:00" }, { "name": "danielstjules/stringy", @@ -120,7 +120,7 @@ "utility", "utils" ], - "time": "2015-02-10 06:19:18" + "time": "2015-02-10T06:19:18+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -153,7 +153,7 @@ "MIT" ], "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24 07:27:01" + "time": "2014-10-24T07:27:01+00:00" }, { "name": "doctrine/inflector", @@ -220,7 +220,7 @@ "singularize", "string" ], - "time": "2014-12-20 21:24:13" + "time": "2014-12-20T21:24:13+00:00" }, { "name": "ircmaxell/password-compat", @@ -262,7 +262,7 @@ "hashing", "password" ], - "time": "2014-11-20 16:49:30" + "time": "2014-11-20T16:49:30+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -305,7 +305,7 @@ "homepage": "http://www.acci.cz" } ], - "time": "2014-04-08 15:00:19" + "time": "2014-04-08T15:00:19+00:00" }, { "name": "jakub-onderka/php-console-highlighter", @@ -348,7 +348,7 @@ "homepage": "http://www.acci.cz/" } ], - "time": "2014-07-14 20:59:35" + "time": "2014-07-14T20:59:35+00:00" }, { "name": "jeremeamia/SuperClosure", @@ -406,7 +406,7 @@ "serialize", "tokenizer" ], - "time": "2015-03-11 20:06:43" + "time": "2015-03-11T20:06:43+00:00" }, { "name": "laravel/framework", @@ -532,49 +532,48 @@ "framework", "laravel" ], - "time": "2015-03-17 21:45:31" + "time": "2015-03-17T21:45:31+00:00" }, { "name": "league/flysystem", - "version": "1.0.2", + "version": "1.1.10", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "51cd7cd7ee0defbaafc6ec0d3620110a5d71e11a" + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/51cd7cd7ee0defbaafc6ec0d3620110a5d71e11a", - "reference": "51cd7cd7ee0defbaafc6ec0d3620110a5d71e11a", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1", + "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1", "shasum": "" }, "require": { - "php": ">=5.4.0" + "ext-fileinfo": "*", + "league/mime-type-detection": "^1.3", + "php": "^7.2.5 || ^8.0" + }, + "conflict": { + "league/flysystem-sftp": "<1.0.6" }, "require-dev": { - "ext-fileinfo": "*", - "league/phpunit-coverage-listener": "~1.1", - "mockery/mockery": "~0.9", - "phpspec/phpspec": "~2.0.0", - "phpspec/prophecy-phpunit": "~1.0", - "phpunit/phpunit": "~4.1", - "predis/predis": "~1.0", - "tedivm/stash": "~0.12.0" + "phpspec/prophecy": "^1.11.1", + "phpunit/phpunit": "^8.5.8" }, "suggest": { - "ext-fileinfo": "Required for MimeType", + "ext-ftp": "Allows you to use FTP server storage", + "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", - "league/flysystem-copy": "Allows you to use Copy.com storage", - "league/flysystem-dropbox": "Allows you to use Dropbox storage", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", - "predis/predis": "Allows you to use Predis for caching" + "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", + "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { @@ -597,10 +596,11 @@ "email": "info@frenky.net" } ], - "description": "Many filesystems, one API.", + "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", + "abstraction", "aws", "cloud", "copy.com", @@ -608,6 +608,7 @@ "file systems", "files", "filesystem", + "filesystems", "ftp", "rackspace", "remote", @@ -615,7 +616,73 @@ "sftp", "storage" ], - "time": "2015-03-10 11:04:14" + "support": { + "issues": "https://github.com/thephpleague/flysystem/issues", + "source": "https://github.com/thephpleague/flysystem/tree/1.1.10" + }, + "funding": [ + { + "url": "https://offset.earth/frankdejonge", + "type": "other" + } + ], + "time": "2022-10-04T09:16:37+00:00" + }, + { + "name": "league/mime-type-detection", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/mime-type-detection.git", + "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd", + "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.2", + "phpstan/phpstan": "^0.12.68", + "phpunit/phpunit": "^8.5.8 || ^9.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\MimeTypeDetection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Mime-type detection for Flysystem", + "support": { + "issues": "https://github.com/thephpleague/mime-type-detection/issues", + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2022-04-17T13:12:02+00:00" }, { "name": "monolog/monolog", @@ -688,7 +755,7 @@ "logging", "psr-3" ], - "time": "2015-03-09 09:58:04" + "time": "2015-03-09T09:58:04+00:00" }, { "name": "mtdowling/cron-expression", @@ -732,7 +799,7 @@ "cron", "schedule" ], - "time": "2015-01-11 23:07:46" + "time": "2015-01-11T23:07:46+00:00" }, { "name": "nesbot/carbon", @@ -778,7 +845,7 @@ "datetime", "time" ], - "time": "2015-03-08 14:05:44" + "time": "2015-03-08T14:05:44+00:00" }, { "name": "nikic/php-parser", @@ -823,7 +890,7 @@ "parser", "php" ], - "time": "2015-01-18 11:29:59" + "time": "2015-01-18T11:29:59+00:00" }, { "name": "psr/log", @@ -861,7 +928,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "psy/psysh", @@ -932,7 +999,7 @@ "interactive", "shell" ], - "time": "2015-03-17 15:17:33" + "time": "2015-03-17T15:17:33+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -984,7 +1051,7 @@ "mail", "mailer" ], - "time": "2015-03-14 06:06:39" + "time": "2015-03-14T06:06:39+00:00" }, { "name": "symfony/console", @@ -1042,7 +1109,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/debug", @@ -1103,7 +1170,7 @@ ], "description": "Symfony Debug Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/event-dispatcher", @@ -1162,7 +1229,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/filesystem", @@ -1212,7 +1279,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" }, { "name": "symfony/finder", @@ -1262,7 +1329,7 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" }, { "name": "symfony/http-foundation", @@ -1316,7 +1383,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/http-kernel", @@ -1394,7 +1461,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", - "time": "2015-03-17 14:58:46" + "time": "2015-03-17T14:58:46+00:00" }, { "name": "symfony/process", @@ -1444,7 +1511,7 @@ ], "description": "Symfony Process Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" }, { "name": "symfony/routing", @@ -1513,7 +1580,7 @@ "uri", "url" ], - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/security-core", @@ -1577,7 +1644,7 @@ ], "description": "Symfony Security Component - Core Library", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/translation", @@ -1636,7 +1703,7 @@ ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", - "time": "2015-03-14 11:42:25" + "time": "2015-03-14T11:42:25+00:00" }, { "name": "symfony/var-dumper", @@ -1696,7 +1763,7 @@ "debug", "dump" ], - "time": "2015-03-06 16:45:31" + "time": "2015-03-06T16:45:31+00:00" }, { "name": "vlucas/phpdotenv", @@ -1747,7 +1814,7 @@ "env", "environment" ], - "time": "2014-12-05 15:19:21" + "time": "2014-12-05T15:19:21+00:00" } ], "packages-dev": [ @@ -1803,7 +1870,7 @@ "constructor", "instantiate" ], - "time": "2014-10-13 12:58:55" + "time": "2014-10-13T12:58:55+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1852,7 +1919,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phpspec/php-diff", @@ -1886,7 +1953,7 @@ } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", - "time": "2013-11-01 13:02:21" + "time": "2013-11-01T13:02:21+00:00" }, { "name": "phpspec/phpspec", @@ -1962,7 +2029,7 @@ "testing", "tests" ], - "time": "2015-01-09 13:21:45" + "time": "2015-01-09T13:21:45+00:00" }, { "name": "phpspec/prophecy", @@ -2021,7 +2088,7 @@ "spy", "stub" ], - "time": "2014-11-17 16:23:49" + "time": "2014-11-17T16:23:49+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2083,7 +2150,7 @@ "testing", "xunit" ], - "time": "2015-01-24 10:06:35" + "time": "2015-01-24T10:06:35+00:00" }, { "name": "phpunit/php-file-iterator", @@ -2128,7 +2195,7 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2013-10-10T15:34:57+00:00" }, { "name": "phpunit/php-text-template", @@ -2172,7 +2239,7 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2014-01-30T17:20:04+00:00" }, { "name": "phpunit/php-timer", @@ -2216,7 +2283,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2013-08-02T07:42:54+00:00" }, { "name": "phpunit/php-token-stream", @@ -2265,7 +2332,7 @@ "keywords": [ "tokenizer" ], - "time": "2015-01-17 09:51:32" + "time": "2015-01-17T09:51:32+00:00" }, { "name": "phpunit/phpunit", @@ -2337,7 +2404,7 @@ "testing", "xunit" ], - "time": "2015-02-05 15:51:19" + "time": "2015-02-05T15:51:19+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -2392,7 +2459,7 @@ "mock", "xunit" ], - "time": "2014-10-03 05:12:11" + "time": "2014-10-03T05:12:11+00:00" }, { "name": "sebastian/comparator", @@ -2456,7 +2523,7 @@ "compare", "equality" ], - "time": "2015-01-29 16:28:08" + "time": "2015-01-29T16:28:08+00:00" }, { "name": "sebastian/diff", @@ -2508,7 +2575,7 @@ "keywords": [ "diff" ], - "time": "2014-08-15 10:29:00" + "time": "2014-08-15T10:29:00+00:00" }, { "name": "sebastian/environment", @@ -2558,7 +2625,7 @@ "environment", "hhvm" ], - "time": "2014-10-25 08:00:45" + "time": "2014-10-25T08:00:45+00:00" }, { "name": "sebastian/exporter", @@ -2624,7 +2691,7 @@ "export", "exporter" ], - "time": "2015-01-27 07:23:06" + "time": "2015-01-27T07:23:06+00:00" }, { "name": "sebastian/global-state", @@ -2675,7 +2742,7 @@ "keywords": [ "global state" ], - "time": "2014-10-06 09:23:50" + "time": "2014-10-06T09:23:50+00:00" }, { "name": "sebastian/recursion-context", @@ -2728,7 +2795,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-01-24 09:48:32" + "time": "2015-01-24T09:48:32+00:00" }, { "name": "sebastian/version", @@ -2763,7 +2830,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2014-12-15 14:25:24" + "time": "2014-12-15T14:25:24+00:00" }, { "name": "symfony/yaml", @@ -2813,7 +2880,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" } ], "aliases": [], @@ -2822,5 +2889,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }