From 02b37216818311fc81222b74cff2b1c0fc6559b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 06:14:19 +0000 Subject: [PATCH] Bump backup-manager/laravel from 1.2.2 to 1.4.0 Bumps [backup-manager/laravel](https://github.com/backup-manager/laravel) from 1.2.2 to 1.4.0. - [Release notes](https://github.com/backup-manager/laravel/releases) - [Commits](https://github.com/backup-manager/laravel/compare/1.2.2...1.4.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 89 +++++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 41 deletions(-) diff --git a/composer.lock b/composer.lock index 31d8eb718..9ba4fe3ae 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://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" ], "content-hash": "f1517c8ebf94e588d0eff86c39d91d96", @@ -71,22 +71,22 @@ }, { "name": "backup-manager/backup-manager", - "version": "1.1.3", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/backup-manager/backup-manager.git", - "reference": "9e53714a993135f57fe2bff001203b6f75c2387c" + "reference": "2176c335e0a3a3f65da4f3966a5336856206a86b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/backup-manager/backup-manager/zipball/9e53714a993135f57fe2bff001203b6f75c2387c", - "reference": "9e53714a993135f57fe2bff001203b6f75c2387c", + "url": "https://api.github.com/repos/backup-manager/backup-manager/zipball/2176c335e0a3a3f65da4f3966a5336856206a86b", + "reference": "2176c335e0a3a3f65da4f3966a5336856206a86b", "shasum": "" }, "require": { - "league/flysystem": "~1.0", - "php": ">=5.5.9", - "symfony/process": "~2.1|~3.0" + "league/flysystem": "^1.0", + "php": "^5.5.9 || ^7.0", + "symfony/process": "^2.1 || ^3.0 || ^4.0" }, "require-dev": { "aws/aws-sdk-php": "~3.0", @@ -95,15 +95,20 @@ "league/flysystem-dropbox": "~1.0", "league/flysystem-rackspace": "~1.0", "league/flysystem-sftp": "~1.0", + "mhetreramesh/flysystem-backblaze": "~1.0", "mockery/mockery": "~0.9", "phpspec/phpspec": "~2.1", - "satooshi/php-coveralls": "~0.6" + "satooshi/php-coveralls": "~0.6", + "srmklive/flysystem-dropbox-v2": "~1.0", + "superbalist/flysystem-google-storage": "^7.0" }, "suggest": { - "league/flysystem-aws-s3-v3": "AwsS3 and GoogleCS adapter support.", - "league/flysystem-dropbox": "Dropbox adapter support.", + "league/flysystem-aws-s3-v3": "AWS S3 adapter support.", "league/flysystem-rackspace": "Rackspace adapter support.", - "league/flysystem-sftp": "Sftp adapter support." + "league/flysystem-sftp": "SFTP adapter support.", + "mhetreramesh/flysystem-backblaze": "B2 adapter support.", + "srmklive/flysystem-dropbox-v2": "Dropbox API v2 adapter support.", + "superbalist/flysystem-google-storage": "Google Cloud Storage adapter support." }, "type": "library", "extra": { @@ -133,29 +138,29 @@ } ], "description": "A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.", - "time": "2017-01-05T12:10:13+00:00" + "time": "2018-10-16T19:36:05+00:00" }, { "name": "backup-manager/laravel", - "version": "1.2.2", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/backup-manager/laravel.git", - "reference": "091374d1da68af269b19c302553e9cea560b5645" + "reference": "dc114f1191a7d8a84fc52bebb1163c264d0b3da5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/backup-manager/laravel/zipball/091374d1da68af269b19c302553e9cea560b5645", - "reference": "091374d1da68af269b19c302553e9cea560b5645", + "url": "https://api.github.com/repos/backup-manager/laravel/zipball/dc114f1191a7d8a84fc52bebb1163c264d0b3da5", + "reference": "dc114f1191a7d8a84fc52bebb1163c264d0b3da5", "shasum": "" }, "require": { "backup-manager/backup-manager": "^1.0", - "illuminate/console": "^4.0||^5.0", - "illuminate/container": "^4.0||^5.0", - "illuminate/support": "^4.0||^5.0", + "illuminate/console": "^4.0||^5.0||^6.0", + "illuminate/container": "^4.0||^5.0||^6.0", + "illuminate/support": "^4.0||^5.0||^6.0", "php": ">=5.5.0", - "symfony/process": "^2.0||^3.0" + "symfony/process": "^2.0||^3.0||^4.0" }, "require-dev": { "mockery/mockery": "dev-master", @@ -194,7 +199,7 @@ } ], "description": "Database backup manager seamlessly integrated with Laravel 4 or 5 with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more.", - "time": "2017-09-28T05:28:29+00:00" + "time": "2019-10-08T11:51:01+00:00" }, { "name": "classpreloader/classpreloader", @@ -883,7 +888,7 @@ "time": "2015-04-20T18:58:01+00:00" }, { - "name": "jeremeamia/SuperClosure", + "name": "jeremeamia/superclosure", "version": "2.3.0", "source": { "type": "git", @@ -1223,32 +1228,33 @@ }, { "name": "league/flysystem", - "version": "1.0.41", + "version": "1.0.55", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "f400aa98912c561ba625ea4065031b7a41e5a155" + "reference": "33c91155537c6dc899eacdc54a13ac6303f156e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155", - "reference": "f400aa98912c561ba625ea4065031b7a41e5a155", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/33c91155537c6dc899eacdc54a13ac6303f156e6", + "reference": "33c91155537c6dc899eacdc54a13ac6303f156e6", "shasum": "" }, "require": { + "ext-fileinfo": "*", "php": ">=5.5.9" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { - "ext-fileinfo": "*", - "mockery/mockery": "~0.9", - "phpspec/phpspec": "^2.2", - "phpunit/phpunit": "~4.8" + "phpspec/phpspec": "^3.4", + "phpunit/phpunit": "^5.7.10" }, "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", @@ -1302,7 +1308,7 @@ "sftp", "storage" ], - "time": "2017-08-06T17:41:04+00:00" + "time": "2019-08-24T11:17:19+00:00" }, { "name": "league/flysystem-dropbox", @@ -1790,6 +1796,7 @@ "xls", "xlsx" ], + "abandoned": "phpoffice/phpspreadsheet", "time": "2015-05-01T07:00:55+00:00" }, { @@ -2966,16 +2973,16 @@ }, { "name": "symfony/process", - "version": "v2.8.33", + "version": "v2.8.50", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "ea3226daa3c6789efa39570bfc6e5d55f7561a0a" + "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/ea3226daa3c6789efa39570bfc6e5d55f7561a0a", - "reference": "ea3226daa3c6789efa39570bfc6e5d55f7561a0a", + "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8", + "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8", "shasum": "" }, "require": { @@ -3011,7 +3018,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:36:31+00:00" + "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/routing", @@ -3509,12 +3516,12 @@ "version": "0.14.0", "source": { "type": "git", - "url": "https://github.com/brianium/paratest.git", + "url": "https://github.com/paratestphp/paratest.git", "reference": "dddcfa8510da7aae9616ba1738ebf630d9e84aa4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brianium/paratest/zipball/dddcfa8510da7aae9616ba1738ebf630d9e84aa4", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/dddcfa8510da7aae9616ba1738ebf630d9e84aa4", "reference": "dddcfa8510da7aae9616ba1738ebf630d9e84aa4", "shasum": "" }, @@ -3920,8 +3927,7 @@ "authors": [ { "name": "Chris Boulton", - "homepage": "http://github.com/chrisboulton", - "role": "Original developer" + "homepage": "http://github.com/chrisboulton" } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", @@ -4442,6 +4448,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2015-10-02T06:51:40+00:00" }, {