Update dependencies

This commit is contained in:
Christopher C. Wells 2021-04-09 14:23:52 -07:00
parent 69ce3cb277
commit 735c4ea54a
2 changed files with 101 additions and 81 deletions

View File

@ -3,7 +3,7 @@
/** /**
* A helper file for Laravel, to provide autocomplete information to your IDE * A helper file for Laravel, to provide autocomplete information to your IDE
* Generated for Laravel 8.35.1. * Generated for Laravel 8.36.2.
* *
* This file should not be included in your code, only analyzed by your IDE! * This file should not be included in your code, only analyzed by your IDE!
* *
@ -2773,7 +2773,7 @@
/** /**
* Dispatch a command to its appropriate handler in the current process. * Dispatch a command to its appropriate handler in the current process.
* *
* Queuable jobs will be dispatched to the "sync" queue. * Queueable jobs will be dispatched to the "sync" queue.
* *
* @param mixed $command * @param mixed $command
* @param mixed $handler * @param mixed $handler
@ -15217,6 +15217,16 @@
* *
* @static * @static
*/ */
public static function censorRequestBodyFields($fieldNames)
{
/** @var \Facade\FlareClient\Flare $instance */
return $instance->censorRequestBodyFields($fieldNames);
}
/**
*
*
* @static
*/
public static function createReport($throwable) public static function createReport($throwable)
{ {
/** @var \Facade\FlareClient\Flare $instance */ /** @var \Facade\FlareClient\Flare $instance */

168
composer.lock generated
View File

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "algolia/algoliasearch-client-php", "name": "algolia/algoliasearch-client-php",
"version": "2.7.3", "version": "2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/algolia/algoliasearch-client-php.git", "url": "https://github.com/algolia/algoliasearch-client-php.git",
"reference": "142a382e4649db0cb64d9eb8893872f1a4ba8dd3" "reference": "d9781147ae433f5bdbfd902497d748d60e70d693"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/142a382e4649db0cb64d9eb8893872f1a4ba8dd3", "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/d9781147ae433f5bdbfd902497d748d60e70d693",
"reference": "142a382e4649db0cb64d9eb8893872f1a4ba8dd3", "reference": "d9781147ae433f5bdbfd902497d748d60e70d693",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -76,22 +76,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/algolia/algoliasearch-client-php/issues", "issues": "https://github.com/algolia/algoliasearch-client-php/issues",
"source": "https://github.com/algolia/algoliasearch-client-php/tree/2.7.3" "source": "https://github.com/algolia/algoliasearch-client-php/tree/2.8.0"
}, },
"time": "2020-12-22T11:27:03+00:00" "time": "2021-04-07T16:50:58+00:00"
}, },
{ {
"name": "algolia/scout-extended", "name": "algolia/scout-extended",
"version": "v1.15.0", "version": "v1.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/algolia/scout-extended.git", "url": "https://github.com/algolia/scout-extended.git",
"reference": "f1da27101b4c88166f9d66d5110b46e1dacb8f1c" "reference": "1154a57e8049e7d07d51571599ee5aedd106b945"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/algolia/scout-extended/zipball/f1da27101b4c88166f9d66d5110b46e1dacb8f1c", "url": "https://api.github.com/repos/algolia/scout-extended/zipball/1154a57e8049e7d07d51571599ee5aedd106b945",
"reference": "f1da27101b4c88166f9d66d5110b46e1dacb8f1c", "reference": "1154a57e8049e7d07d51571599ee5aedd106b945",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -157,9 +157,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/algolia/scout-extended/issues", "issues": "https://github.com/algolia/scout-extended/issues",
"source": "https://github.com/algolia/scout-extended/tree/v1.15.0" "source": "https://github.com/algolia/scout-extended/tree/v1.16.0"
}, },
"time": "2021-03-17T15:52:17+00:00" "time": "2021-04-08T15:17:35+00:00"
}, },
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -2271,16 +2271,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.35.1", "version": "v8.36.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "d118c0df39e7524131176aaf76493eae63a8a602" "reference": "0debd8ad6b5aa1f61ccc73910adf049af4ca0444"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/d118c0df39e7524131176aaf76493eae63a8a602", "url": "https://api.github.com/repos/laravel/framework/zipball/0debd8ad6b5aa1f61ccc73910adf049af4ca0444",
"reference": "d118c0df39e7524131176aaf76493eae63a8a602", "reference": "0debd8ad6b5aa1f61ccc73910adf049af4ca0444",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2435,20 +2435,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-03-30T21:34:17+00:00" "time": "2021-04-07T12:37:22+00:00"
}, },
{ {
"name": "laravel/scout", "name": "laravel/scout",
"version": "v8.6.0", "version": "v8.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/scout.git", "url": "https://github.com/laravel/scout.git",
"reference": "54070f7b68fed15f25e61e68884c4110496b8aa1" "reference": "7fb1c860a2fd904f0e084a7cc3641eb1448ba278"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/54070f7b68fed15f25e61e68884c4110496b8aa1", "url": "https://api.github.com/repos/laravel/scout/zipball/7fb1c860a2fd904f0e084a7cc3641eb1448ba278",
"reference": "54070f7b68fed15f25e61e68884c4110496b8aa1", "reference": "7fb1c860a2fd904f0e084a7cc3641eb1448ba278",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2504,7 +2504,7 @@
"issues": "https://github.com/laravel/scout/issues", "issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout" "source": "https://github.com/laravel/scout"
}, },
"time": "2021-01-19T15:30:52+00:00" "time": "2021-04-06T14:35:41+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -3405,16 +3405,16 @@
}, },
{ {
"name": "opis/closure", "name": "opis/closure",
"version": "3.6.1", "version": "3.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/opis/closure.git", "url": "https://github.com/opis/closure.git",
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5" "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3464,9 +3464,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/opis/closure/issues", "issues": "https://github.com/opis/closure/issues",
"source": "https://github.com/opis/closure/tree/3.6.1" "source": "https://github.com/opis/closure/tree/3.6.2"
}, },
"time": "2020-11-07T02:01:34+00:00" "time": "2021-04-09T13:42:10+00:00"
}, },
{ {
"name": "phospr/fraction", "name": "phospr/fraction",
@ -4457,16 +4457,16 @@
}, },
{ {
"name": "spatie/image", "name": "spatie/image",
"version": "1.10.4", "version": "1.10.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/image.git", "url": "https://github.com/spatie/image.git",
"reference": "7ea129bc7b7521864c5a540e3b1c14ea194316d3" "reference": "63a963d0200fb26f2564bf7201fc7272d9b22933"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/image/zipball/7ea129bc7b7521864c5a540e3b1c14ea194316d3", "url": "https://api.github.com/repos/spatie/image/zipball/63a963d0200fb26f2564bf7201fc7272d9b22933",
"reference": "7ea129bc7b7521864c5a540e3b1c14ea194316d3", "reference": "63a963d0200fb26f2564bf7201fc7272d9b22933",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4476,7 +4476,7 @@
"league/glide": "^1.6", "league/glide": "^1.6",
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"spatie/image-optimizer": "^1.1", "spatie/image-optimizer": "^1.1",
"spatie/temporary-directory": "^1.0", "spatie/temporary-directory": "^1.0|^2.0",
"symfony/process": "^3.0|^4.0|^5.0" "symfony/process": "^3.0|^4.0|^5.0"
}, },
"require-dev": { "require-dev": {
@ -4510,7 +4510,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/image/issues", "issues": "https://github.com/spatie/image/issues",
"source": "https://github.com/spatie/image/tree/1.10.4" "source": "https://github.com/spatie/image/tree/1.10.5"
}, },
"funding": [ "funding": [
{ {
@ -4522,7 +4522,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-03-10T16:11:40+00:00" "time": "2021-04-07T08:42:24+00:00"
}, },
{ {
"name": "spatie/image-optimizer", "name": "spatie/image-optimizer",
@ -4580,16 +4580,16 @@
}, },
{ {
"name": "spatie/laravel-medialibrary", "name": "spatie/laravel-medialibrary",
"version": "9.5.0", "version": "9.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-medialibrary.git", "url": "https://github.com/spatie/laravel-medialibrary.git",
"reference": "89d1d2e5b4b53137819cc18a166f43edaeaf7e52" "reference": "ebbc996db457adecc778db6030d22ef72b495d59"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/89d1d2e5b4b53137819cc18a166f43edaeaf7e52", "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/ebbc996db457adecc778db6030d22ef72b495d59",
"reference": "89d1d2e5b4b53137819cc18a166f43edaeaf7e52", "reference": "ebbc996db457adecc778db6030d22ef72b495d59",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4605,7 +4605,7 @@
"maennchen/zipstream-php": "^1.0|^2.0", "maennchen/zipstream-php": "^1.0|^2.0",
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"spatie/image": "^1.4.0", "spatie/image": "^1.4.0",
"spatie/temporary-directory": "^1.1", "spatie/temporary-directory": "^1.1|^2.0",
"symfony/console": "^4.4|^5.0" "symfony/console": "^4.4|^5.0"
}, },
"conflict": { "conflict": {
@ -4668,7 +4668,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/laravel-medialibrary/issues", "issues": "https://github.com/spatie/laravel-medialibrary/issues",
"source": "https://github.com/spatie/laravel-medialibrary/tree/9.5.0" "source": "https://github.com/spatie/laravel-medialibrary/tree/9.5.3"
}, },
"funding": [ "funding": [
{ {
@ -4680,7 +4680,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-03-29T21:40:29+00:00" "time": "2021-04-08T08:27:49+00:00"
}, },
{ {
"name": "spatie/laravel-tags", "name": "spatie/laravel-tags",
@ -4834,23 +4834,23 @@
}, },
{ {
"name": "spatie/temporary-directory", "name": "spatie/temporary-directory",
"version": "1.3.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/temporary-directory.git", "url": "https://github.com/spatie/temporary-directory.git",
"reference": "f517729b3793bca58f847c5fd383ec16f03ffec6" "reference": "06fe0f10d068fdf145c9b2235030e568c913bb61"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/f517729b3793bca58f847c5fd383ec16f03ffec6", "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/06fe0f10d068fdf145c9b2235030e568c913bb61",
"reference": "f517729b3793bca58f847c5fd383ec16f03ffec6", "reference": "06fe0f10d068fdf145c9b2235030e568c913bb61",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0|^9.0" "phpunit/phpunit": "^9.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -4879,9 +4879,19 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/temporary-directory/issues", "issues": "https://github.com/spatie/temporary-directory/issues",
"source": "https://github.com/spatie/temporary-directory/tree/1.3.0" "source": "https://github.com/spatie/temporary-directory/tree/2.0.0"
}, },
"time": "2020-11-09T15:54:21+00:00" "funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2021-03-30T19:46:13+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
@ -7487,16 +7497,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
"version": "v2.9.3", "version": "v2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git", "url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "2f61602e7a7f88ad29b0f71355b4bb71396e923b" "reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/2f61602e7a7f88ad29b0f71355b4bb71396e923b", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/73b1012b927633a1b4cd623c2e6b1678e6faef08",
"reference": "2f61602e7a7f88ad29b0f71355b4bb71396e923b", "reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7565,7 +7575,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues", "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.9.3" "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.10.0"
}, },
"funding": [ "funding": [
{ {
@ -7573,7 +7583,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-04-02T14:32:13+00:00" "time": "2021-04-09T06:17:55+00:00"
}, },
{ {
"name": "barryvdh/reflection-docblock", "name": "barryvdh/reflection-docblock",
@ -8232,16 +8242,16 @@
}, },
{ {
"name": "facade/flare-client-php", "name": "facade/flare-client-php",
"version": "1.5.0", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/flare-client-php.git", "url": "https://github.com/facade/flare-client-php.git",
"reference": "9dd6f2b56486d939c4467b3f35475d44af57cf17" "reference": "f2b0969f2d9594704be74dbeb25b201570a98098"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/9dd6f2b56486d939c4467b3f35475d44af57cf17", "url": "https://api.github.com/repos/facade/flare-client-php/zipball/f2b0969f2d9594704be74dbeb25b201570a98098",
"reference": "9dd6f2b56486d939c4467b3f35475d44af57cf17", "reference": "f2b0969f2d9594704be74dbeb25b201570a98098",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8285,7 +8295,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/facade/flare-client-php/issues", "issues": "https://github.com/facade/flare-client-php/issues",
"source": "https://github.com/facade/flare-client-php/tree/1.5.0" "source": "https://github.com/facade/flare-client-php/tree/1.6.1"
}, },
"funding": [ "funding": [
{ {
@ -8293,26 +8303,26 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-03-31T07:32:54+00:00" "time": "2021-04-08T08:50:01+00:00"
}, },
{ {
"name": "facade/ignition", "name": "facade/ignition",
"version": "2.7.0", "version": "2.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facade/ignition.git", "url": "https://github.com/facade/ignition.git",
"reference": "bdc8b0b32c888f6edc838ca641358322b3d9506d" "reference": "a8201d51aae83addceaef9344592a3b068b5d64d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facade/ignition/zipball/bdc8b0b32c888f6edc838ca641358322b3d9506d", "url": "https://api.github.com/repos/facade/ignition/zipball/a8201d51aae83addceaef9344592a3b068b5d64d",
"reference": "bdc8b0b32c888f6edc838ca641358322b3d9506d", "reference": "a8201d51aae83addceaef9344592a3b068b5d64d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"facade/flare-client-php": "^1.3.7", "facade/flare-client-php": "^1.6",
"facade/ignition-contracts": "^1.0.2", "facade/ignition-contracts": "^1.0.2",
"filp/whoops": "^2.4", "filp/whoops": "^2.4",
"illuminate/support": "^7.0|^8.0", "illuminate/support": "^7.0|^8.0",
@ -8370,7 +8380,7 @@
"issues": "https://github.com/facade/ignition/issues", "issues": "https://github.com/facade/ignition/issues",
"source": "https://github.com/facade/ignition" "source": "https://github.com/facade/ignition"
}, },
"time": "2021-03-30T15:55:38+00:00" "time": "2021-04-09T20:45:59+00:00"
}, },
{ {
"name": "facade/ignition-contracts", "name": "facade/ignition-contracts",
@ -8929,16 +8939,16 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v5.3.0", "version": "v5.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "aca63581f380f63a492b1e3114604e411e39133a" "reference": "41b7e9999133d5082700d31a1d0977161df8322a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/aca63581f380f63a492b1e3114604e411e39133a", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/41b7e9999133d5082700d31a1d0977161df8322a",
"reference": "aca63581f380f63a492b1e3114604e411e39133a", "reference": "41b7e9999133d5082700d31a1d0977161df8322a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9013,7 +9023,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2021-01-25T15:34:13+00:00" "time": "2021-04-09T13:38:32+00:00"
}, },
{ {
"name": "nunomaduro/larastan", "name": "nunomaduro/larastan",
@ -9533,16 +9543,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.82", "version": "0.12.83",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "3920f0fb0aff39263d3a4cb0bca120a67a1a6a11" "reference": "4a967cec6efb46b500dd6d768657336a3ffe699f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3920f0fb0aff39263d3a4cb0bca120a67a1a6a11", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4a967cec6efb46b500dd6d768657336a3ffe699f",
"reference": "3920f0fb0aff39263d3a4cb0bca120a67a1a6a11", "reference": "4a967cec6efb46b500dd6d768657336a3ffe699f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9573,7 +9583,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.82" "source": "https://github.com/phpstan/phpstan/tree/0.12.83"
}, },
"funding": [ "funding": [
{ {
@ -9589,7 +9599,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-03-19T06:08:17+00:00" "time": "2021-04-03T15:35:45+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",