Unpushed commits (local main ahead of origin/main)#210
Conversation
…ature-a-few-fixes
There was a problem hiding this comment.
Pull request overview
Updates package metadata and dependency constraints in composer.json, primarily bumping Saloon-related dependencies to newer major versions for this Laravel DocuWare integration package.
Changes:
- Changed the author email in
composer.json. - Upgraded Saloon dependencies (
saloonphp/saloonto^4.0,saloonphp/laravel-pluginto^4.0,saloonphp/cache-pluginto^3.1).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
composer.json
Outdated
| "saloonphp/cache-plugin": "^3.1", | ||
| "saloonphp/laravel-plugin": "^4.0", | ||
| "saloonphp/saloon": "^4.0", |
There was a problem hiding this comment.
These constraints drop support for Saloon v3 by requiring saloonphp/saloon:^4.0 (and saloonphp/laravel-plugin:^4.0). If this package intends to remain compatible with projects still on Saloon v3, consider allowing both major versions (e.g., a union constraint) or otherwise document the breaking dependency change (and ensure the package versioning/changelog reflects the new minimum dependency requirements).
| "saloonphp/cache-plugin": "^3.1", | |
| "saloonphp/laravel-plugin": "^4.0", | |
| "saloonphp/saloon": "^4.0", | |
| "saloonphp/cache-plugin": "^3.1|^4.0", | |
| "saloonphp/laravel-plugin": "^3.0|^4.0", | |
| "saloonphp/saloon": "^3.0|^4.0", |
Local main was 25 commit(s) ahead of origin/main. Opened from update-opensource-active.sh for review.