Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 12.x Compatibility #87

Closed
wants to merge 2 commits into from

Conversation

laravel-shift
Copy link

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

Before merging, you need to:

  • Checkout the l12-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.

@laravel-shift
Copy link
Author

⚠️ Shift detected a dependency for the laravel/framework. Unless you have a special requirement for depending on the entire Laravel framework, it's recommended to add dependencies for the specific illuminate packages instead.

@laravel-shift
Copy link
Author

⚠️ Shift detected GitHub Actions which run jobs using a version matrix. Shift attempted to update your configuration for Laravel 12. However, you should review these changes to ensure the desired combination of versions are built for your package.

@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/filament-email.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "rickdbcn/filament-email": "dev-l12-compatibility",
    }
}

Finally, run: composer update

Copy link

what-the-diff bot commented Feb 17, 2025

PR Summary 📚

  • Streamlined GitHub Actions Workflow 😄
    Our behind-the-scenes machinery, called the GitHub Actions Workflow (in 'run-tests.yml'), has received an upgrade! It now supports Laravel 12, a tool that helps us build better digital experiences. Plus, we've improved how we specify branches, correcting this in both the 'push' and 'pull_request' sections.

  • Extended Support in 'composer.json' 🎼
    Our mighty recipe book, 'composer.json', has been adjusted to better suit our development needs. It can now fully support Laravel 12, and we've also updated a handful of dependencies (those are like ingredients in a recipe) such as 'orchestra/testbench' and 'pest', along with its plugins for extra seasonings. Now, our code will not only look but also perform much better! 🚀

@RickDBCN RickDBCN closed this Feb 20, 2025
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