Skip to content

feat: Bump PHP runtime to 8.4/8.5, drop TYPO3 v13 - #35

Draft
tweis wants to merge 4 commits into
mainfrom
feature/TYPO3-v14-support
Draft

feat: Bump PHP runtime to 8.4/8.5, drop TYPO3 v13#35
tweis wants to merge 4 commits into
mainfrom
feature/TYPO3-v14-support

Conversation

@tweis

@tweistweis commented Aug 3, 2026

Copy link
Copy Markdown
Member

Composer core constraints bumped to ^14.3 as well; rector/composer
tooling updates follow in subsequent commits.

tweis added 4 commits August 3, 2026 18:08
Composer core constraints bumped to ^14.3 as well; rector/composer
tooling updates follow in subsequent commits.
rector/rector 2.6.0 (pulled in transitively) renamed/removed a couple
of rule references used in rector.php's skip/prepared-sets config
(strictBooleans param dropped, FirstClassCallableRector ->
ArrayToFirstClassCallableRector) - updated alongside the level set bump.
Second rector pass caught one more file (multi-pass ordering) after
the Phase 3 checkpoint.
…age generation
TYPO3 v14 throws InvalidRequestUrlOnCliException when fromGlobals() cannot
derive a request URL from $_SERVER on CLI. The generated URI was immediately
overwritten with the site base anyway, so build the ServerRequest directly.
@github-actions

Copy link
Copy Markdown

TYPO3 v14 tests on PHP 8.4

Code Coverage
Package Lines Functions Classes Health
netlogix/nxerrorhandler 26.00% 39/150 26.32% 5/19 20.00% 1/5
Summary 26.00% 39/150 26.32% 5/19 20.00% 1/5

@github-actions

Copy link
Copy Markdown

TYPO3 v14 tests on PHP 8.5

Code Coverage
Package Lines Functions Classes Health
netlogix/nxerrorhandler 26.00% 39/150 26.32% 5/19 20.00% 1/5
Summary 26.00% 39/150 26.32% 5/19 20.00% 1/5

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@tweis