Merged
Conversation
…ction Fix test NestedCollectionsTest with ProxyManager Add a test for read-only properties, not supported by ProxyManager FriendsOfPHP/proxy-manager-lts#26
…#2884) Fix initialization of proxies when hydrating collection with ProxyManager (bug fix). Fix unsetting native lazy object config to not enable symfony lazy ghost objects (bug fix) Add a CI job without optional dependencies to ensure they are not required. Create test with read-only properties with lazy-objects. Not supported by ProxyManager
c212ce4 to
ced027e
Compare
ced027e to
3529f28
Compare
GromNaN
approved these changes
Nov 10, 2025
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.
Release Notes for 2.14.1
2.14.x bugfix release (patch)
2.14.1
Documentation
Task
Bug
useLazyGhostObjectoption isfalsewhenuseNativeLazyObjectistruethanks to @GromNaN