| Q | A
| ------------- | ---
| Branch | 2.0
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets |
| License | MIT
| Doc PR |
Replace references to "Symfony2" with "Symfony" since this bundle is compatible
with Symfony 3.
Injecting the container in your services is not a good practice. After
this, there are only three classes left that rely on the container being
injected: The `RestRouteLoader` class needs it to resolve controllers
registered as services, the `ParamFetcher` class injects the container
into container aware `ParamInterface` implementations, and the parent
class of the `ViewResponseListener` uses the container.