Skip to content

feat: add support for Laravel 13 and update PHP requirement to 8.3 - #29

Merged
xel1045 merged 1 commit into
mainfrom
feature/58872-add-laravel-13-support
May 4, 2026
Merged

feat: add support for Laravel 13 and update PHP requirement to 8.3#29
xel1045 merged 1 commit into
mainfrom
feature/58872-add-laravel-13-support

Conversation

@clablancherie-exo

Copy link
Copy Markdown
Contributor

This pull request updates the package to support newer versions of PHP and Laravel, while dropping support for older PHP versions. The changes ensure compatibility with Laravel 13 and require PHP 8.3 or higher.

Dependency and compatibility updates:

  • Updated composer.json to require PHP 8.3+ and add support for Laravel 13 by including ^13.0 for illuminate/filesystem, illuminate/routing, and illuminate/support dependencies.

CI configuration updates:

  • Modified .github/workflows/tests.yml to remove testing for PHP 8.2, add testing for Laravel 13, and ensure the correct version of testbench is used for each Laravel version.

Ref: #58872

@clablancherie-exo
clablancherie-exo requested a review from xel1045 May 4, 2026 17:26
@clablancherie-exo clablancherie-exo self-assigned this May 4, 2026
@xel1045
xel1045 merged commit 18f4591 into main May 4, 2026
36 checks passed
@xel1045
xel1045 deleted the feature/58872-add-laravel-13-support branch May 4, 2026 18:26
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