From 438415006cceab0688fc70ffe1f1b25bc0796c2d Mon Sep 17 00:00:00 2001
From: Rhys Lees <43909932+RhysLees@users.noreply.github.com>
Date: Tue, 4 Mar 2025 00:03:33 +0000
Subject: [PATCH 1/2] WIP
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
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.
From 14f2fb0aa678a67c2f103743788de40c3abdd455 Mon Sep 17 00:00:00 2001
From: Rhys Lees <43909932+RhysLees@users.noreply.github.com>
Date: Tue, 4 Mar 2025 00:06:33 +0000
Subject: [PATCH 2/2] WIP
---
.gitignore | 11 +++--------
phpstan.neon.dist | 5 ++---
phpunit.xml.dist | 3 ++-
3 files changed, 7 insertions(+), 12 deletions(-)
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/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
+