Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Fix - #17676 (backport #17919 to 2.3)#17947
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
composer.json Outdated
| "ocramius/proxy-manager":"~0.3.1|~1.0|~2.0", | ||
| "phpdocumentor/reflection":"^1.0.7" | ||
| }, | ||
| "conflict": { |
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.
Too much stuff slipped in here. Need to get rid of a few of those.
c659cbf tod440b18Compared440b18 to160a03eCompare| namespaceSymfony\Bridge\ProxyManager\Tests\LazyProxy\Dumper; | ||
| useProxyManager\ProxyGenerator\LazyLoading\MethodGenerator\StaticProxyConstructor; |
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.
This is not needed.
…Manager 2.x by detecting proxy features
160a03e to0c6400aComparefabpot commentedFeb 28, 2016
Thank you@Ocramius. |
This PR was merged into the 2.3 branch.Discussion----------Fix -#17676 (backport#17919 to 2.3)| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#17676| License | MIT| Doc PR |This is a backport of#17919Commits-------0c6400a#17676 - making the proxy instantiation compatible with ProxyManager 2.x by detecting proxy features
This is a backport of#17919