From b66d7f6b4e635db8917db89a8f94e92e479ee045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 08:12:22 +0000 Subject: [PATCH 1/2] Update overtrue/easy-sms requirement from ^2.4.2 to ^2.4.2 || ^3.0.0 Updates the requirements on [overtrue/easy-sms](https://github.com/overtrue/easy-sms) to permit the latest version. - [Release notes](https://github.com/overtrue/easy-sms/releases) - [Commits](https://github.com/overtrue/easy-sms/compare/2.4.2...3.0.0) --- updated-dependencies: - dependency-name: overtrue/easy-sms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1aeba83..5be94f9 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "graham-campbell/manager": "^4.3 || ^5.0", "illuminate/console": "^8.0 || ^9.0 || ^10.0 || ^11.0", "illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0", - "overtrue/easy-sms": "^2.4.2" + "overtrue/easy-sms": "^2.4.2 || ^3.0.0" }, "require-dev": { "composer/class-map-generator": "^1.0", From 67d6a258bd1e64b32489b88bffc9884baf912d1e Mon Sep 17 00:00:00 2001 From: zingimmick Date: Sun, 21 Apr 2024 20:16:13 +0800 Subject: [PATCH 2/2] Ignore PHPStan errors --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 969bbfa..4abdc58 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,3 +15,4 @@ parameters: - '#(.*?)Laravel\\Lumen\\Application(.*?)#' - '#Unable to resolve the template type TMock in call to method static method Mockery::mock\(\)#' - '#Parameter \#1 ...\$args of static method Mockery::mock\(\) expects array|class-string<(.*?)], string given.#' + - '#Class Overtrue\\EasySms\\Gateways\\AvatardataGateway not found.#'