Skip to content

release: Upgrade to Filament v5 and Livewire v4#67

Open
Baspa wants to merge 4 commits intomainfrom
release/5.x
Open

release: Upgrade to Filament v5 and Livewire v4#67
Baspa wants to merge 4 commits intomainfrom
release/5.x

Conversation

@Baspa
Copy link
Contributor

@Baspa Baspa commented Jan 30, 2026

  • Update Filament to ^5.0
  • Add Livewire v4 dependency
  • Update Pest to ^4.0
  • Update orchestra/testbench to ^10.0

Baspa added 4 commits January 30, 2026 07:44
- Update Filament to ^5.0
- Add Livewire v4 dependency
- Update Pest to ^4.0
- Update orchestra/testbench to ^10.0
- Add release/5.x branch to workflow triggers
- Add PHP 8.3 to test matrix
- Add Laravel 12.* support to test matrix
- Update Testbench from 9.* to 10.*
- Update PHPStan to use PHP 8.3
- Use only PHP 8.3 (Pest v4 plugins require ^8.3)
- Laravel 11 uses Testbench 9.*
- Laravel 12 uses Testbench 10.*
- Update Pest plugins to support both v3 (PHP 8.2) and v4 (PHP 8.3)
- Update Testbench to support both v9 (Laravel 11) and v10 (Laravel 12)
- Test matrix now runs:
  - PHP 8.2 with Laravel 11 (Testbench 9)
  - PHP 8.3 with Laravel 11 (Testbench 9)
  - PHP 8.3 with Laravel 12 (Testbench 10)
- Exclude PHP 8.2 + Laravel 12 (Laravel 12 requires PHP 8.3)
@arshaviras
Copy link

arshaviras commented Mar 11, 2026

@Baspa, @markvaneijk When you planing to merge this PR to support Filament 5?

@Baspa
Copy link
Contributor Author

Baspa commented Mar 11, 2026

@arshaviras I still need to check some things and update other packages. But if you want to start using this release already you can install the dev branch:

composer require backstagephp/filament-mails:dev-release/5.x

If there are stability issues with other dependencies, you may also need to add:

  {                                                                                  
      "minimum-stability": "dev",                                                    
      "prefer-stable": true                                                          
  }                                                                                  

Alternatively, you can reference the PR branch directly in composer.json:

  {                                                                                  
      "require": {                                                                   
          "backstagephp/filament-mails": "dev-release/5.x"                           
      }                                                                              
  }                                                                                  

Then run composer update backstagephp/filament-mails.

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