Skip to content

Unpushed commits (local main ahead of origin/main)#210

Merged
StanBarrows merged 26 commits into
mainfrom
feature-dependency-bump
Mar 26, 2026
Merged

Unpushed commits (local main ahead of origin/main)#210
StanBarrows merged 26 commits into
mainfrom
feature-dependency-bump

Conversation

@StanBarrows

Copy link
Copy Markdown
Contributor

Local main was 25 commit(s) ahead of origin/main. Opened from update-opensource-active.sh for review.

Copilot AI review requested due to automatic review settings March 26, 2026 06:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/saloon to ^4.0, saloonphp/laravel-plugin to ^4.0, saloonphp/cache-plugin to ^3.1).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread composer.json Outdated
Comment thread composer.json Outdated
Comment on lines +28 to +30
"saloonphp/cache-plugin": "^3.1",
"saloonphp/laravel-plugin": "^4.0",
"saloonphp/saloon": "^4.0",

Copilot AI Mar 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
"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",

Copilot uses AI. Check for mistakes.
@StanBarrows
StanBarrows merged commit 641339c into main Mar 26, 2026
5 of 12 checks passed
@StanBarrows
StanBarrows deleted the feature-dependency-bump branch March 26, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants