From 5e00c9e7ad693cd8915a552d2a72a4637ed23c2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:26:09 +0000 Subject: [PATCH] Build(deps): Bump league/flysystem from 1.0.63 to 1.0.65 Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.63 to 1.0.65. - [Release notes](https://github.com/thephpleague/flysystem/releases) - [Changelog](https://github.com/thephpleague/flysystem/blob/1.x/changelog.md) - [Commits](https://github.com/thephpleague/flysystem/compare/1.0.63...1.0.65) 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 a1f3d1b..c472704 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.65", "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 653dc19..5ed6720 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": "cc701abd0681c893b9ffa20ff041fe3a", + "content-hash": "08ada2d533f7b6ff4399bb9881f0d229", "packages": [ { "name": "clue/stream-filter", @@ -314,16 +314,16 @@ }, { "name": "league/flysystem", - "version": "1.0.63", + "version": "1.0.65", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6" + "reference": "8f17b3ba67097aafb8318cd5c553b1acf7c891c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8132daec326565036bc8e8d1876f77ec183a7bd6", - "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8f17b3ba67097aafb8318cd5c553b1acf7c891c8", + "reference": "8f17b3ba67097aafb8318cd5c553b1acf7c891c8", "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-03-08T18:53:20+00:00" }, { "name": "php-http/cache-plugin",