Skip to content

Laravel 13.x Compatibility#261

Open
laravel-shift wants to merge 2 commits intoZ3d0X:4.xfrom
laravel-shift:l13-compatibility
Open

Laravel 13.x Compatibility#261
laravel-shift wants to merge 2 commits intoZ3d0X:4.xfrom
laravel-shift:l13-compatibility

Conversation

@laravel-shift
Copy link
Contributor

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.

@laravel-shift
Copy link
Contributor Author

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

@laravel-shift
Copy link
Contributor 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-fabricator.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "z3d0x/filament-fabricator": "dev-l13-compatibility",
    }
}

Finally, run: composer update

@what-the-diff
Copy link

what-the-diff bot commented Feb 27, 2026

PR Summary

  • Enhanced GitHub Actions Workflow
    Adjusted our automated testing process (GitHub Actions workflow) to include the upcoming Laravel 13. This ensures that our software remains compatible with the latest releases.
  • Incorporated Exclusion Rules
    Addition of specific exclusion rules for evaluating Laravel 13 against PHP versions 8.1 and 8.2, ensuring we maintain our own system's stability and operation.
  • Updated Dependencies in composer.json
    Modified essential system configuration file to embrace the most recent Laravel Contracts (version 13). This allows us to leverage advanced features, improving our software's capability.
  • Integrated larastan Update
    Updated 'larastan' tool requirement to aid in the development processes with Laravel 13. This step will help us find and fix code issues promptly, hence speeding up the journey to production-ready software.
  • Adjusted orchestra/testbench Requirement
    Adjusted the "orchestra/testbench" specification to incorporate its 11th version. This tool helps us to test our code more effectively, contributing to a reliable, bug-free software product.

@Voltra
Copy link
Collaborator

Voltra commented Feb 28, 2026

Oh we have Shift now? Poggers

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