Skip to content
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3d34db3
Fixed #197
Oct 17, 2025
6087c04
Resolved #189, updated Docs and Tests for Enums
Oct 17, 2025
b96f386
Removed phpunit cache
Oct 17, 2025
30b8d82
Resolved #188
Oct 17, 2025
fd4e1cf
wip
Oct 17, 2025
ee22c40
Merge branch 'main' into feature-a-few-fixes
Oct 17, 2025
d8c2a1a
Minor code improvements
Oct 17, 2025
56b872e
Improved TransferDocument Request
Oct 17, 2025
083a264
Merge branch 'main' of github.com:codebar-ag/laravel-docuware into fe…
Nov 14, 2025
9de480b
Security updates
Mar 20, 2026
ddae347
Optimized Repository Skeleton
Mar 20, 2026
72a9de0
chore: sync Laravel Pint workflow from template
Mar 20, 2026
81ff180
chore: sync CONTRIBUTING.md from template
Mar 20, 2026
928c56c
chore: sync security policy from template
Mar 20, 2026
61ccea0
chore: sync PHPStan workflow from template
Mar 21, 2026
6661fd2
chore: sync Laravel Pint workflow from template
Mar 21, 2026
8720eaf
chore: sync Dependabot config and workflows from template
Mar 21, 2026
6ca012b
chore: sync Laravel Pint workflow from template
Mar 21, 2026
8a79d8b
chore: sync PHPStan workflow from template
Mar 21, 2026
b527192
chore: sync release workflow from template
Mar 21, 2026
da18fe8
Optimized Repository Skeleton
Mar 21, 2026
aff5617
chore: sync CONTRIBUTING.md from template
Mar 21, 2026
4fe6613
chore: sync security policy from template
Mar 21, 2026
43984b5
Optimized Repository Skeleton
Mar 26, 2026
abd68bc
Merge remote-tracking branch 'origin/main'
Mar 26, 2026
a9fbe31
Optimized Repository Skeleton
Mar 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"authors": [
{
"name": "Sebastian Bürgin-Fix",
"email": "sebastian.buergin@buergin.ch",
"email": "helpdesk@codebar.ch",
"homepage": "https://www.codebar.ch",
"role": "Software-Engineer"
}
Expand All @@ -25,9 +25,9 @@
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^12.0",
"nesbot/carbon": "^3.8",
"saloonphp/cache-plugin": "^3.0",
"saloonphp/laravel-plugin": "^3.5",
"saloonphp/saloon": "^3.10.1",
"saloonphp/cache-plugin": "^3.1",
"saloonphp/laravel-plugin": "^3.0|^4.0",
"saloonphp/saloon": "^3.0|^4.0",
"spatie/laravel-package-tools": "^1.19"
},
"require-dev": {
Expand Down
Loading