Context
As a maintainer, I need Katra to stop depending on a temporary NativePHP compatibility branch once official Laravel 13 support lands upstream so desktop bootstrapping and release builds can move back to a supported package source.
Acceptance Criteria
Notes
Katra currently relies on the temporary NativePHP Laravel 13 compatibility branch noted in the repo docs. Upstream tracking PR:
This issue is for removing the temporary bridge once that upstream work is merged and released.
Out of Scope
- Reworking Katra's desktop architecture beyond swapping back to an official NativePHP release.
- General NativePHP feature work unrelated to Laravel 13 compatibility.
Context
As a maintainer, I need Katra to stop depending on a temporary NativePHP compatibility branch once official Laravel 13 support lands upstream so desktop bootstrapping and release builds can move back to a supported package source.
Acceptance Criteria
Notes
Katra currently relies on the temporary NativePHP Laravel 13 compatibility branch noted in the repo docs. Upstream tracking PR:
This issue is for removing the temporary bridge once that upstream work is merged and released.
Out of Scope