diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml
index b0cde6a..f381a0b 100644
--- a/.github/workflows/phpstan.yml
+++ b/.github/workflows/phpstan.yml
@@ -1,10 +1,6 @@
name: PHPStan
-on:
- push:
- paths:
- - '**.php'
- - 'phpstan.neon.dist'
+on: [push]
jobs:
phpstan:
diff --git a/.gitignore b/.gitignore
index 399ff72..91b23b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,12 @@
.idea
-.php_cs
-.php_cs.cache
-.php-cs-fixer.cache
.phpunit.result.cache
.phpunit.cache
-.DS_STORE
-build
composer.lock
coverage
-docs
phpunit.xml
-psalm.xml
+phpstan.neon
testbench.yaml
vendor
node_modules
-phpstan.neon
+.phpactor.json
+build
diff --git a/README.md b/README.md
index 33d5778..921d4cb 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
-[](https://packagist.org/packages/codebar-ag/laravel-zammad)
-[](https://github.com/codebar-ag/laravel-zammad/actions/workflows/run-tests.yml)
-[](https://github.com/codebar-ag/laravel-zammad/actions/workflows/fix-php-code-style-issues.yml)
-[](https://packagist.org/packages/codebar-ag/laravel-zammad)
+[](https://packagist.org/packages/codebar-ag/laravel-bexio)
+[](https://packagist.org/packages/codebar-ag/laravel-bexio)
+[](https://github.com/codebar-ag/laravel-bexio/actions/workflows/run-tests.yml)
+[](https://github.com/codebar-ag/laravel-bexio/actions/workflows/fix-php-code-style-issues.yml)
+[](https://github.com/codebar-ag/laravel-bexio/actions/workflows/phpstan.yml)
+[](https://github.com/codebar-ag/laravel-bexio/actions/workflows/dependency-review.yml)
This package was developed to give you a quick start to communicate with the
Zammad REST API. It is used to query the most common endpoints.
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index e005ac7..0cc2d04 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -2,12 +2,11 @@ includes:
- phpstan-baseline.neon
parameters:
- level: 4
+ level: 5
paths:
- src
- config
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
- checkMissingIterableValueType: false
-
+ noEnvCallsOutsideOfConfig: false
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 06680aa..5444468 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -20,6 +20,7 @@
+
@@ -28,4 +29,4 @@
./src
-
\ No newline at end of file
+