Skip to content

Drop Laravel v12 support, require Laravel v13+ and PHP 8.3+ - #92

Closed
chinleung with Copilot wants to merge 4 commits into
legacy-6from
copilot/fix-failing-tests-pr-91
Closed

Drop Laravel v12 support, require Laravel v13+ and PHP 8.3+#92
chinleung with Copilot wants to merge 4 commits into
legacy-6from
copilot/fix-failing-tests-pr-91

Conversation

Copilot AI commented Mar 3, 2026

Copy link
Copy Markdown

Laravel 13 raises the minimum PHP version to 8.3 and this package is moving to Laravel 13-only on the v6 branch, so older constraints are removed.

composer.json

  • illuminate/support: ^12.0|^13.0^13.0
  • php: ^8.2^8.3
  • orchestra/testbench: ^8.0|^9.0|^10.0|^11.0^11.0
  • phpunit/phpunit: ^9.5.10|^10.5|^11.5.3|^12.5.12^12.5.12

.github/workflows/tests.yml

  • PHP matrix: ['8.2', '8.3', '8.4']['8.3', '8.4']

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing tests in pull request #91 Fix PHPUnit 12 / Laravel 13 compatibility Mar 3, 2026
Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
Copilot AI changed the title Fix PHPUnit 12 / Laravel 13 compatibility Laravel 13 / PHPUnit 12 compatibility Mar 3, 2026
@chinleung
chinleung marked this pull request as ready for review March 3, 2026 21:08
Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
Copilot AI changed the title Laravel 13 / PHPUnit 12 compatibility Drop Laravel v12 support, require Laravel v13+ and PHP 8.3+ Mar 3, 2026
@chinleung
chinleung changed the base branch from v5 to v6 March 3, 2026 21:33
@netojose

netojose commented Apr 7, 2026

Copy link
Copy Markdown

Some date for Laravel 13 support?

@chinleung

Copy link
Copy Markdown
Owner

@netojose It's now supported in https://github.com/chinleung/laravel-multilingual-routes/releases/tag/v6.0.0.

@chinleung chinleung closed this Apr 8, 2026
@netojose

netojose commented Apr 8, 2026

Copy link
Copy Markdown

Thank you @chinleung :)

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.

3 participants