From 99830f5e220a45c4220bb47e83f868e211171134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:24:18 +0000 Subject: [PATCH 1/2] Update dependency laravel/framework to v10.48.2 --- composer.json | 2 +- composer.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index fa786bc00..c19a5434a 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "htmlmin/htmlmin": "dev-master", "http-interop/http-factory-guzzle": "1.2.0", "kiritokatklian/nova-permission": "4.0.7", - "laravel/framework": "10.47.0", + "laravel/framework": "10.48.2", "laravel/horizon": "5.23.1", "laravel/nova": "4.32.16", "laravel/passport": "11.10.6", diff --git a/composer.lock b/composer.lock index d2d2f2044..f42f7ab45 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": "811fed71274206956947fd9e75715603", + "content-hash": "e0b074b12b9fc0a233c7a1b1d6281ae8", "packages": [ { "name": "adldap2/adldap2", @@ -3294,16 +3294,16 @@ }, { "name": "laravel/framework", - "version": "v10.47.0", + "version": "v10.48.2", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "fce29b8de62733cdecbe12e3bae801f83fff2ea4" + "reference": "32a8bb151d748b579c3794dea53b56bd40dfbbd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/fce29b8de62733cdecbe12e3bae801f83fff2ea4", - "reference": "fce29b8de62733cdecbe12e3bae801f83fff2ea4", + "url": "https://api.github.com/repos/laravel/framework/zipball/32a8bb151d748b579c3794dea53b56bd40dfbbd3", + "reference": "32a8bb151d748b579c3794dea53b56bd40dfbbd3", "shasum": "" }, "require": { @@ -3351,6 +3351,7 @@ "conflict": { "carbonphp/carbon-doctrine-types": ">=3.0", "doctrine/dbal": ">=4.0", + "mockery/mockery": "1.6.8", "phpunit/phpunit": ">=11.0.0", "tightenco/collect": "<5.5.33" }, @@ -3496,7 +3497,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-05T15:18:36+00:00" + "time": "2024-03-12T16:35:43+00:00" }, { "name": "laravel/horizon", @@ -4618,16 +4619,16 @@ }, { "name": "league/flysystem", - "version": "3.24.0", + "version": "3.25.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "b25a361508c407563b34fac6f64a8a17a8819675" + "reference": "4c44347133618cccd9b3df1729647a1577b4ad99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b25a361508c407563b34fac6f64a8a17a8819675", - "reference": "b25a361508c407563b34fac6f64a8a17a8819675", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4c44347133618cccd9b3df1729647a1577b4ad99", + "reference": "4c44347133618cccd9b3df1729647a1577b4ad99", "shasum": "" }, "require": { @@ -4655,7 +4656,7 @@ "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "microsoft/azure-storage-blob": "^1.1", - "phpseclib/phpseclib": "^3.0.34", + "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", "sabre/dav": "^4.6.0" @@ -4692,7 +4693,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.24.0" + "source": "https://github.com/thephpleague/flysystem/tree/3.25.0" }, "funding": [ { @@ -4704,7 +4705,7 @@ "type": "github" } ], - "time": "2024-02-04T12:10:17+00:00" + "time": "2024-03-09T17:06:45+00:00" }, { "name": "league/flysystem-local", From 9df76ed977627e36be027785e899cd849e1a9c99 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Tue, 12 Mar 2024 18:24:15 -0400 Subject: [PATCH 2/2] Ignore new PHPStan finding --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 594cc2d9a..b480b77ca 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -265,6 +265,7 @@ parameters: - '#Parameter \$client_id of method DocuSign\\eSign\\Client\\ApiClient::requestJWTUserToken\(\) expects string, mixed given\.#' - '#Parameter \$client_secret of method DocuSign\\eSign\\Client\\ApiClient::refreshAccessToken\(\) expects string\|null, mixed given\.#' - '#Parameter \$rsa_private_key of method DocuSign\\eSign\\Client\\ApiClient::requestJWTUserToken\(\) expects string, mixed given\.#' + - '#Parameter \$to of class Illuminate\\Mail\\Mailables\\Envelope constructor expects array, array given\.#' - '#Parameter \$user_id of method DocuSign\\eSign\\Client\\ApiClient::requestJWTUserToken\(\) expects string, mixed given\.#' - '#PHPDoc type array of property App\\Models\\[a-zA-Z]+::\$appends is not covariant with PHPDoc type array of overridden property Illuminate\\Database\\Eloquent\\Model::\$appends\.#' - '#PHPDoc type array of property App\\Models\\[a-zA-Z]+::\$fillable is not covariant with PHPDoc type array of overridden property Illuminate\\Database\\Eloquent\\Model::\$fillable\.#'