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", 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.#'