Skip to content

feat(symfony)!: drop the Symfony 6 value resolver shim - #8516

Merged
soyuka merged 1 commit into
api-platform:mainfrom
Maxcastel:feat/symfony-drop-value-resolver-shim
Sep 11, 2026
Merged

feat(symfony)!: drop the Symfony 6 value resolver shim#8516
soyuka merged 1 commit into
api-platform:mainfrom
Maxcastel:feat/symfony-drop-value-resolver-shim

Conversation

@Maxcastel

@Maxcastel Maxcastel commented Sep 9, 2026

Copy link
Copy Markdown
Contributor
Q A
Branch? main
Tickets n/a
License MIT
Doc PR n/a

The internal ApiPlatform\Symfony\Bundle\ArgumentResolver\CompatibleValueResolverInterface is removed. It aliased either ValueResolverInterface or the Symfony 6 ArgumentValueResolverInterface depending on which existed; since the Symfony floor is ^7.4, only the former can be installed, and Symfony 8 dropped the latter altogether. PayloadArgumentResolver now implements ValueResolverInterface directly.

https://github.com/symfony/symfony/blob/7.4/src/Symfony/Component/HttpKernel/CHANGELOG.md

@soyuka
soyuka merged commit cf1d5a9 into api-platform:main Sep 11, 2026
98 of 113 checks passed
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