Add support for Symfony 8 (2.x branch)#75
Merged
sstok merged 1 commit intorollerworks:2.0from Feb 25, 2026
Merged
Conversation
fc6b0b0 to
87c889f
Compare
Member
Author
|
Cancel this workflow one more time GitHub and we will see who cancels who! |
d2f2de4 to
355dbfe
Compare
Member
Author
|
Now it should work. |
sstok
added a commit
to rollerworks/PasswordStrengthBundle
that referenced
this pull request
Feb 25, 2026
This PR was merged into the 3.1-dev branch. Discussion ---------- | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | | Fixed tickets | | License | MIT Add support for Symfony 8 in the 3.x branch. This will make upgrading easier. Related to rollerworks/PasswordStrengthValidator#75 Commits ------- 142a8a8 Allow support for Symfony 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for Symfony 8 in the 2.x branch, this is the lowest possible branch as the 1.x branches still allow Symfony 6, which would require to much juggling with older PHP versions.
This should make upgrading easier. Sorry for all the delays in development.