Skip to content

Bump the min Symfony version to 7.3#3098

Merged
stof merged 1 commit intoFriendsOfSymfony:masterfrom
stof:drop_symfony_6
Feb 13, 2026
Merged

Bump the min Symfony version to 7.3#3098
stof merged 1 commit intoFriendsOfSymfony:masterfrom
stof:drop_symfony_6

Conversation

@stof
Copy link
Copy Markdown
Member

@stof stof commented Feb 13, 2026

This also bumps the min PHP version to 8.2 as Symfony 7 does not support PHP 8.1.

This also bumps the min PHP version to 8.2 as Symfony 7 does not support
PHP 8.1.
@stof
Copy link
Copy Markdown
Member Author

stof commented Feb 13, 2026

The deprecation of UserInterface::eraseCredentials in Symfony 7.3 expects to add a Deprecated attribute on the method implementation to opt-out of the warning once the logic is migrated.
However, older Symfony versions always call the method, which would trigger a runtime deprecation warning on PHP 8.4+. Bumping the min Symfony version is the simplest way to resolve this. As my own usage of the bundle is on Symfony 7, I have no interest spending time building a more complex solution. Projects still using symfony 6 can keep using an older release of the bundle as well.

@stof stof merged commit 508e1e8 into FriendsOfSymfony:master Feb 13, 2026
7 checks passed
@stof stof deleted the drop_symfony_6 branch February 13, 2026 21:08
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.

1 participant