From 4c858d941cc434df2b0034de3811d2d046cf22c7 Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Mon, 28 Sep 2020 12:20:55 -0400 Subject: [PATCH] Stan fixes --- composer.json | 3 ++- phpstan.neon | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4522e30..5873537 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "require": { "php": "^7.2", "illuminate/support": "^7.0|^8.0", - "illuminate/database": "^7.0|^8.0" + "illuminate/database": "^7.0|^8.0", + "illuminate/cache": "^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^8.0", diff --git a/phpstan.neon b/phpstan.neon index ef3a950..a3df2e2 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,4 +3,5 @@ parameters: - vendor - resources ignoreErrors: - - '#Function config not found#' + - '#Function config_path not found#' + - '#Access to an undefined property Torann\\LaravelRepository\\Repositories\\AbstractRepository::\$model#'