Skip to content

[2.x] Supports Laravel 13#1093

Merged
taylorotwell merged 10 commits into
2.xfrom
laravel13
Mar 17, 2026
Merged

[2.x] Supports Laravel 13#1093
taylorotwell merged 10 commits into
2.xfrom
laravel13

Conversation

@crynobone

@crynobone crynobone commented Feb 6, 2026

Copy link
Copy Markdown
Member
  • livewire/livewire
  • inertiajs/inertia-laravel

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@crynobone crynobone changed the title Supports Laravel 13 [2.x] Supports Laravel 13 Feb 6, 2026
@crynobone crynobone closed this Feb 27, 2026
@crynobone crynobone reopened this Feb 27, 2026
crynobone and others added 6 commits February 27, 2026 10:11
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@eshimischi

Copy link
Copy Markdown

@crynobone crynobone closed this Mar 17, 2026
@crynobone crynobone reopened this Mar 17, 2026
@crynobone crynobone marked this pull request as ready for review March 17, 2026 21:32
@taylorotwell taylorotwell merged commit 4b0d978 into 2.x Mar 17, 2026
32 checks passed
@taylorotwell taylorotwell deleted the laravel13 branch March 17, 2026 22:02
@FoksVHox FoksVHox mentioned this pull request Mar 18, 2026
@erikgaal

Copy link
Copy Markdown

Maybe I'm missing something here, but how can laravel/octane support Laravel 13, when the skeleton uses "phpunit/phpunit": "^12.5.12" and laravel/octane conflicts with "phpunit/phpunit": ">12.0.0"?

@joelbutcher

Copy link
Copy Markdown

@taylorotwell The conflict rule in composer.json (i.e. "phpunit/phpunit": ">12.0.0",) conflicts with the Laravel skeleton (which gets locked to 12.5.14), requiring a downgrade to PHPUnit when installing the latest version of Octane.

@tiagocpeixoto

Copy link
Copy Markdown

Hi!

There is also a confict with phpunit/phpunit 12.0. This is the error:

- Root composer.json requires laravel/octane ^2.16 -> satisfiable by laravel/octane[v2.16.0].
- Root composer.json requires phpunit/phpunit ^12 -> satisfiable by phpunit/phpunit[12.5.8, ..., 12.5.14].
- laravel/octane v2.16.0 conflicts with phpunit/phpunit 12.5.14.
- laravel/octane v2.16.0 conflicts with phpunit/phpunit 12.5.12.
- laravel/octane v2.16.0 conflicts with phpunit/phpunit 12.5.9.
- laravel/octane v2.16.0 conflicts with phpunit/phpunit 12.5.8.

Thanks in advance!

@eshimischi

Copy link
Copy Markdown

@tiagocpeixoto #1103 solved here

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.

8 participants