Christian Flothmann

Results 365 comments of Christian Flothmann

There is no stable release yet. You would need to install the package like this: `composer global require sensiolabs-de/deprecation-detector:^0.1@alpha`

Not really, sorry. We would need to collect a list of features of hitechcoding/strict-form-mapper-bundle first and then consider which of them could be implemented here.

Having a service named `request` generally isn't deprecated (for example, you can use the component without the rest of the framework and have such a service in your project).

@e-moe Your change means that the bundle will not work with versions of the Symfony DependencyInjection component prior to 2.6. You can have a look at, for example, doctrine/DoctrineBundle#381 to...

I think I would prefer to have it in its own package. You could then also declare dependencies just right from the beginning for this new client implementation. Apart from...

A bit unrelated to the proposed HTTPlug SOAP client: It could be interesting to see it were possible to create a `\Soap_Client` polyfill using the `goetas-webservices/soap-client` package.

For one of the next 1.x releases we can already flag these classes with the `@final` annotation in the class docblock. The `DebugClassLoader` from the Symfony Debug component will then...

Have all the internal classes been internal since 1.0? Otherwise making them final would technically be a BC break too.

I think that's related to https://github.com/liip/LiipThemeBundle/pull/193#discussion_r222908895.