-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[2.8] Deprecate IntrospectableContainerInterface #15694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b8a7be6
to
ac52a5c
Compare
ref #15346 (comment) |
Thanks for the link. |
I agree |
ac52a5c
to
1c16a60
Compare
I added 3.0 compat in Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\ProxyDumper |
👍 |
Status: Reviewed |
1c16a60
to
c2b94a1
Compare
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", | ||
"symfony/form": "~2.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two constraints are duplicates of similar ones in framework-bundle, and for some reason (a bug in composer?) they can create dependency resolving failure. Removing them fixes the issue without changing anything to the resolved set.
Thank you @nicolas-grekas. |
…s-grekas) This PR was merged into the 2.8 branch. Discussion ---------- [2.8] Deprecate IntrospectableContainerInterface | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Patch on Security is required for tests compat with 3.0, see #15684 IntrospectableContainerInterface is already deprecated in master. Commits ------- c2b94a1 [2.8] Cleanup
Patch on Security is required for tests compat with 3.0, see #15684
IntrospectableContainerInterface is already deprecated in master.