Skip to content

Laravel 13.x Compatibility#87

Open
laravel-shift wants to merge 1 commit intomailersend:mainfrom
laravel-shift:l13-compatibility
Open

Laravel 13.x Compatibility#87
laravel-shift wants to merge 1 commit intomailersend:mainfrom
laravel-shift:l13-compatibility

Conversation

@laravel-shift
Copy link

@laravel-shift laravel-shift commented Feb 22, 2026

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 13.x.

Before merging, you need to:

  • Checkout the l13-compatibility branch
  • Review all comments for additional changes
  • Thoroughly test your package

If you do find an issue, please report it by commenting on this PR to help improve future automation.


Note

Low Risk
Dependency constraint changes only; low risk aside from potential version-resolution differences in downstream installs.

Overview
Updates dependency constraints to support Laravel ^13.0 by extending illuminate/support version requirements, and updates dev tooling compatibility by allowing orchestra/testbench ^11.0.

No runtime code changes; this is a composer metadata/dependency-range update only.

Written by Cursor Bugbot for commit 412b93b. This will update automatically on new commits. Configure here.

@laravel-shift laravel-shift requested a review from a team as a code owner February 22, 2026 17:27
@laravel-shift
Copy link
Author

⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/mailersend-laravel-driver.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "mailersend/laravel-driver": "dev-l13-compatibility",
    }
}

Finally, run: composer update

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.

1 participant