-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[ProxyManagerBridge] remove deprecated features #22785
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
[ProxyManagerBridge] remove deprecated features #22785
Conversation
xabbuh
commented
May 19, 2017
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | no |
BC breaks? | yes |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR |
c60ab5d
to
9b4c44b
Compare
#22818 must be merged first to make tests pass |
@@ -17,7 +17,7 @@ | |||
], | |||
"require": { | |||
"php": "^7.1.3", | |||
"symfony/dependency-injection": "~3.4|~4.0", | |||
"symfony/dependency-injection": "~4.0", |
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.
can't we try harder to not add this? is there a way to do so?
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.
In fact, we do not need to change anything here. Fixed.
780747d
to
e2335e8
Compare
…0 (xabbuh) This PR was submitted for the 3.4 branch but it was merged into the 3.3 branch instead (closes #22818). Discussion ---------- [DependencyInjection] prepare for signature change in 4.0 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | see failing tests in #22785 Commits ------- c4b6e20 [DI] prepare for signature change in 4.0
rebase unlocked |
e2335e8
to
3a12949
Compare
rebased |
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.
👍
Thank you @xabbuh. |
This PR was merged into the 4.0-dev branch. Discussion ---------- [ProxyManagerBridge] remove deprecated features | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 3a12949 [ProxyManagerBridge] remove deprecated features