From 24211d768b48d2e71aa2c5cb2174a92c2a543b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 11:58:53 +0000 Subject: [PATCH] Bump league/flysystem from 1.0.63 to 1.1.4 Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.63 to 1.1.4. - [Release notes](https://github.com/thephpleague/flysystem/releases) - [Changelog](https://github.com/thephpleague/flysystem/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/thephpleague/flysystem/compare/1.0.63...1.1.4) --- updated-dependencies: - dependency-name: league/flysystem dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 640 ++++++-------------------------------------------- 1 file changed, 77 insertions(+), 563 deletions(-) diff --git a/composer.lock b/composer.lock index 5714c57..678e848 100644 --- a/composer.lock +++ b/composer.lock @@ -770,31 +770,31 @@ }, { "name": "league/flysystem", - "version": "1.0.63", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6" + "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8132daec326565036bc8e8d1876f77ec183a7bd6", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32", + "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32", "shasum": "" }, "require": { "ext-fileinfo": "*", - "php": ">=5.5.9" + "league/mime-type-detection": "^1.3", + "php": "^7.2.5 || ^8.0" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { - "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7.10" + "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", @@ -850,7 +850,73 @@ "sftp", "storage" ], - "time": "2020-01-04T16:30:31+00:00" + "support": { + "issues": "https://github.com/thephpleague/flysystem/issues", + "source": "https://github.com/thephpleague/flysystem/tree/1.1.4" + }, + "funding": [ + { + "url": "https://offset.earth/frankdejonge", + "type": "other" + } + ], + "time": "2021-06-23T21:56:05+00:00" + }, + { + "name": "league/mime-type-detection", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/mime-type-detection.git", + "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", + "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.18", + "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.7.0" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2021-01-18T20:58:21+00:00" }, { "name": "monolog/monolog", @@ -3270,130 +3336,6 @@ } ], "packages-dev": [ - { - "name": "beyondcode/laravel-mailbox", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/beyondcode/laravel-mailbox.git", - "reference": "30439776e4eaee0c1e7d05b924b5ec0cc861605a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/beyondcode/laravel-mailbox/zipball/30439776e4eaee0c1e7d05b924b5ec0cc861605a", - "reference": "30439776e4eaee0c1e7d05b924b5ec0cc861605a", - "shasum": "" - }, - "require": { - "illuminate/container": "^5.7|^5.8|^6.0", - "illuminate/database": "^5.7|^5.8|^6.0", - "illuminate/log": "^5.7|^5.8|^6.0", - "illuminate/routing": "^5.7|^5.8|^6.0", - "illuminate/support": "^5.7|^5.8|^6.0", - "php": "^7.1", - "willdurand/email-reply-parser": "^2.8", - "zbateson/mail-mime-parser": "^1.1" - }, - "require-dev": { - "mockery/mockery": "^1.2", - "orchestra/testbench": "^3.7|^3.8|^4.0", - "phpunit/phpunit": "^7.0|^8.0", - "zendframework/zend-mail": "^2.10" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - }, - "laravel": { - "providers": [ - "BeyondCode\\Mailbox\\MailboxServiceProvider" - ], - "aliases": { - "Mailbox": "BeyondCode\\Mailbox\\Facades\\Mailbox" - } - } - }, - "autoload": { - "psr-4": { - "BeyondCode\\Mailbox\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marcel Pociot", - "email": "marcel@beyondco.de", - "homepage": "https://beyondcode.de", - "role": "Developer" - } - ], - "description": "Handle incoming emails in your Laravel application.", - "homepage": "https://github.com/beyondcode/laravel-mailbox", - "keywords": [ - "beyondcode", - "laravel-mailbox" - ], - "time": "2019-09-04T07:03:10+00:00" - }, - { - "name": "buildr/foundation", - "version": "0.2.0", - "source": { - "type": "git", - "url": "https://github.com/BuildrPHP/Foundation.git", - "reference": "30a536c4b9ad83c1f52581e6bb38321bc100a8b1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/BuildrPHP/Foundation/zipball/30a536c4b9ad83c1f52581e6bb38321bc100a8b1", - "reference": "30a536c4b9ad83c1f52581e6bb38321bc100a8b1", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "apigen/apigen": "4.*", - "pdepend/pdepend": "2.*", - "phing/phing": "2.*", - "phploc/phploc": "2.*", - "phpunit/phpunit": "5.*", - "sebastian/phpcpd": "2.*", - "squizlabs/php_codesniffer": "2.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "BuildR\\Foundation\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-3.0" - ], - "authors": [ - { - "name": "Zoltán Borsos", - "email": "zolli07@gmail.com", - "homepage": "http://zolli.hu", - "role": "Developer" - } - ], - "description": "BuildR Framework Foundation Component", - "homepage": "http://buildr-framework.io", - "keywords": [ - "component", - "foundation", - "framework", - "helpers" - ], - "abandoned": true, - "time": "2016-01-06T08:26:57+00:00" - }, { "name": "doctrine/instantiator", "version": "1.3.0", @@ -3730,77 +3672,6 @@ ], "time": "2019-12-12T13:22:17+00:00" }, - { - "name": "guzzlehttp/psr7", - "version": "1.6.1", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" - }, - "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" - ], - "time": "2019-07-01T23:21:34+00:00" - }, { "name": "hamcrest/hamcrest-php", "version": "v2.0.0", @@ -4734,96 +4605,6 @@ ], "time": "2020-01-08T08:49:49+00:00" }, - { - "name": "psr/http-message", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "time": "2016-08-06T14:39:51+00:00" - }, - { - "name": "ralouphie/getallheaders", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "time": "2019-03-08T08:55:37+00:00" - }, { "name": "scrivo/highlight.php", "version": "v9.17.1.0", @@ -5594,274 +5375,6 @@ "validate" ], "time": "2019-11-24T13:36:37+00:00" - }, - { - "name": "willdurand/email-reply-parser", - "version": "2.8.0", - "source": { - "type": "git", - "url": "https://github.com/willdurand/EmailReplyParser.git", - "reference": "f0b76bbc3740e58360b625418c0632249f3f0964" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/willdurand/EmailReplyParser/zipball/f0b76bbc3740e58360b625418c0632249f3f0964", - "reference": "f0b76bbc3740e58360b625418c0632249f3f0964", - "shasum": "" - }, - "require": { - "php": ">=5.6.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "EmailReplyParser\\": "src/EmailReplyParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "William Durand", - "email": "will+git@drnd.me" - } - ], - "description": "Port of the cool GitHub's EmailReplyParser library in PHP", - "keywords": [ - "email", - "reply-parser" - ], - "time": "2018-02-07T16:29:58+00:00" - }, - { - "name": "zbateson/mail-mime-parser", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "fd49e6f53184529a5ec4bc0b9edd98edeee53f5a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/fd49e6f53184529a5ec4bc0b9edd98edeee53f5a", - "reference": "fd49e6f53184529a5ec4bc0b9edd98edeee53f5a", - "shasum": "" - }, - "require": { - "guzzlehttp/psr7": "^1.0", - "php": ">=5.4", - "zbateson/mb-wrapper": "^1.0", - "zbateson/stream-decorators": "^1.0.2" - }, - "require-dev": { - "jms/serializer": "^1.1", - "mikey179/vfsstream": "^1.6.0", - "phing/phing": "^2.15.0", - "phpdocumentor/phpdocumentor": "^2.9.0", - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5" - }, - "suggest": { - "ext-iconv": "For best support/performance", - "ext-mbstring": "For best support/performance" - }, - "type": "library", - "autoload": { - "psr-4": { - "ZBateson\\MailMimeParser\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Zaahid Bateson" - }, - { - "name": "Contributors", - "homepage": "https://github.com/zbateson/mail-mime-parser/graphs/contributors" - } - ], - "description": "MIME email message parser", - "homepage": "https://mail-mime-parser.org", - "keywords": [ - "MimeMailParser", - "email", - "mail", - "mailparse", - "mime", - "mimeparse", - "parser", - "php-imap" - ], - "time": "2020-01-09T04:49:13+00:00" - }, - { - "name": "zbateson/mb-wrapper", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/zbateson/mb-wrapper.git", - "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/723f25a1ab0e4e662efa8d89f38da751c799134a", - "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "symfony/polyfill-iconv": "^1.9", - "symfony/polyfill-mbstring": "^1.9" - }, - "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" - }, - "suggest": { - "ext-iconv": "For best support/performance", - "ext-mbstring": "For best support/performance" - }, - "type": "library", - "autoload": { - "psr-4": { - "ZBateson\\MbWrapper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Zaahid Bateson" - } - ], - "description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation", - "homepage": "https://github.com/zbateson/StreamDecorators", - "keywords": [ - "charset", - "encoding", - "http", - "iconv", - "mail", - "mb", - "mb_convert_encoding", - "mbstring", - "mime", - "multibyte", - "string" - ], - "time": "2018-09-28T17:43:01+00:00" - }, - { - "name": "zbateson/stream-decorators", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/zbateson/stream-decorators.git", - "reference": "ec3c3ea91d26a7685db7a29a270464c5e1470786" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/ec3c3ea91d26a7685db7a29a270464c5e1470786", - "reference": "ec3c3ea91d26a7685db7a29a270464c5e1470786", - "shasum": "" - }, - "require": { - "guzzlehttp/psr7": "^1.0.0", - "php": ">=5.4", - "zbateson/mb-wrapper": "^1.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "ZBateson\\StreamDecorators\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Zaahid Bateson" - } - ], - "description": "PHP psr7 stream decorators for mime message part streams", - "keywords": [ - "base64", - "charset", - "decorators", - "mail", - "mime", - "psr7", - "quoted-printable", - "stream", - "uuencode" - ], - "time": "2019-03-21T06:13:00+00:00" - }, - { - "name": "zolli/phabricator-php-api", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://github.com/Zolli/Phabricator-PHP-API.git", - "reference": "35f6727f32ce5c11e6e5e0c1e9edbb9499c6b2c9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Zolli/Phabricator-PHP-API/zipball/35f6727f32ce5c11e6e5e0c1e9edbb9499c6b2c9", - "reference": "35f6727f32ce5c11e6e5e0c1e9edbb9499c6b2c9", - "shasum": "" - }, - "require": { - "buildr/foundation": "0.2.*", - "php": ">=5.6" - }, - "require-dev": { - "apigen/apigen": "4.*", - "buildr/test-tools": "1.*", - "pdepend/pdepend": "2.*", - "phing/phing": "2.*", - "phploc/phploc": "2.*", - "phpunit/phpunit": "5.*", - "sebastian/phpcpd": "2.*", - "squizlabs/php_codesniffer": "2.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Phabricator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHP implementation for Phabricator conduit application", - "keywords": [ - "api", - "client", - "conduit", - "phabricator" - ], - "time": "2016-01-13T09:01:30+00:00" } ], "aliases": [], @@ -5872,5 +5385,6 @@ "platform": { "php": "^7.2" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }