Skip to content

Commit c5982aa

Browse files
minor symfony#54629 Add hint which version of Symfony not longer require proxy manager bridge (alexander-schranz)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- Add hint which version of Symfony not longer require proxy manager bridge | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Add hint which version of Symfony not longer require proxy manager bridge. Source: symfony#53462 (comment) Commits ------- 1a33bc1 Add hint which version of Symfony not longer require proxy manager bridge
2 parents ce3b2ab + 1a33bc1 commit c5982aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bridge/ProxyManager/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The ProxyManager bridge provides integration for [ProxyManager][1] with various
55
Symfony components.
66

77
> [!WARNING]
8-
> This bridge is no longer necessary and is thus discontinued; 6.4 is the last version.
8+
> This bridge is no longer necessary and is thus discontinued; 6.4 is the last version.
9+
> The first version of Symfony no longer requiring the ProxyManager bridge for lazy services is 6.2.
910
1011
Resources
1112
---------

0 commit comments

Comments
 (0)