From 1469cab29f20e11f62eb30e16741902354e2602a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Jun 2021 00:41:55 +0000 Subject: [PATCH] Update dependency laravel/framework to v8.48.2 --- composer.json | 2 +- composer.lock | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 5b07dc9b..93712546 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "fruitcake/laravel-cors": "2.0.4", "guzzlehttp/guzzle": "7.3.0", "kouz/laravel-airbrake": "0.7.0", - "laravel/framework": "8.48.1", + "laravel/framework": "8.48.2", "laravel/tinker": "2.6.1", "laravel/ui": "3.3.0", "laravelcollective/html": "6.2.1", diff --git a/composer.lock b/composer.lock index f151a6c7..019b21af 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": "daeb70615f90bb84392a940334f4c641", + "content-hash": "a1410e86b986e7aaecd7f996721503cb", "packages": [ { "name": "airbrake/phpbrake", @@ -1131,16 +1131,16 @@ }, { "name": "laravel/framework", - "version": "v8.48.1", + "version": "v8.48.2", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "edc138060a13c9e5f15c005fad5f6a39b4ccf5fa" + "reference": "4c50ebbb7d1a66c5f3511261413cd499d30ba4cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/edc138060a13c9e5f15c005fad5f6a39b4ccf5fa", - "reference": "edc138060a13c9e5f15c005fad5f6a39b4ccf5fa", + "url": "https://api.github.com/repos/laravel/framework/zipball/4c50ebbb7d1a66c5f3511261413cd499d30ba4cd", + "reference": "4c50ebbb7d1a66c5f3511261413cd499d30ba4cd", "shasum": "" }, "require": { @@ -1295,7 +1295,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-06-23T13:41:59+00:00" + "time": "2021-06-25T23:57:38+00:00" }, { "name": "laravel/tinker", @@ -1598,16 +1598,16 @@ }, { "name": "league/flysystem", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "9be3b16c877d477357c015cec057548cf9b2a14a" + "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a", - "reference": "9be3b16c877d477357c015cec057548cf9b2a14a", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32", + "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32", "shasum": "" }, "require": { @@ -1623,7 +1623,6 @@ "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", @@ -1681,7 +1680,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/1.x" + "source": "https://github.com/thephpleague/flysystem/tree/1.1.4" }, "funding": [ { @@ -1689,7 +1688,7 @@ "type": "other" } ], - "time": "2020-08-23T07:39:11+00:00" + "time": "2021-06-23T21:56:05+00:00" }, { "name": "league/mime-type-detection",