From 2372f3cec0826fb8340fb06999b8cd113f33d539 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 16:45:45 +0000 Subject: [PATCH] Build(deps): Bump league/flysystem from 1.0.63 to 1.0.64 Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/thephpleague/flysystem/releases) - [Changelog](https://github.com/thephpleague/flysystem/blob/v1.0/changelog.md) - [Commits](https://github.com/thephpleague/flysystem/compare/1.0.63...1.0.64) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index b3e9022..db229cb 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ext-json": "*", "guzzlehttp/guzzle": "^6.5.2", "knplabs/github-api": "^2.2.0", - "league/flysystem": "^1.0.63", + "league/flysystem": "^1.0.64", "php-http/guzzle6-adapter": "^1.1.1", "phpdocumentor/reflection-docblock": "^4.3.4", "symfony/cache": "^4.4.2", diff --git a/composer.lock b/composer.lock index 0bae985..5d60482 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0e0ff77daad3e8381349f355a82dcf58", + "content-hash": "4c2ce318468e9e8245f3c340b965e95f", "packages": [ { "name": "clue/stream-filter", @@ -314,16 +314,16 @@ }, { "name": "league/flysystem", - "version": "1.0.63", + "version": "1.0.64", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6" + "reference": "d13c43dbd4b791f815215959105a008515d1a2e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8132daec326565036bc8e8d1876f77ec183a7bd6", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d13c43dbd4b791f815215959105a008515d1a2e0", + "reference": "d13c43dbd4b791f815215959105a008515d1a2e0", "shasum": "" }, "require": { @@ -335,7 +335,7 @@ }, "require-dev": { "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7.10" + "phpunit/phpunit": "^5.7.26" }, "suggest": { "ext-fileinfo": "Required for MimeType", @@ -394,7 +394,7 @@ "sftp", "storage" ], - "time": "2020-01-04T16:30:31+00:00" + "time": "2020-02-05T18:14:17+00:00" }, { "name": "php-http/cache-plugin",