[WIP] Compatibility fixes for Symfony 2.1
This is a work in progress PR for compatibility fixes with Symfony 2.1.
Could someone please have a look about using the converter with the options syntax? Like @MultiParamConverter("fooid", "AcmeFooBundle:Foo", options={"id" = "fooid"})
So, after some more investigation it looks like this bundle isn't needed as I was able to use @ParamConverter more than once. At least for that part the bundle isn't needed. Maybe the other features can be ported to SensioFrameworkExtraBundle?
The paramconverter was changed recently which allows some of the functionality that multiparambundle has. It might be a good idea to check out what is still missing and port it over.