From f765648817c9bec3de89d14783749f481a7a529b Mon Sep 17 00:00:00 2001 From: Kasper Nowak <54978466+kaspernowak@users.noreply.github.com> Date: Sun, 8 Jun 2025 16:27:52 +0200 Subject: [PATCH 1/2] docs: Update config publish instructions to use correct tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 891f193..081a1f9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ composer require codebar-ag/laravel-bexio Optionally, you can publish the config file with: ```bash -php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="config" +php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="bexio-config" ``` You can add the following env variables to your `.env` file: From 4509ef182a63ecd70f1e0c05674fd25c0534c4a9 Mon Sep 17 00:00:00 2001 From: Rhys Lees <43909932+RhysLees@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:46:06 +0200 Subject: [PATCH 2/2] CI --- phpstan.neon.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 0cc2d04..4efc5f7 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -3,9 +3,11 @@ includes: parameters: level: 5 + paths: - src - config + tmpDir: build/phpstan checkOctaneCompatibility: true checkModelProperties: true