Today i found some bug on your repository when i'm update my dependencies on symfony 2.8. Your argument on mobile_detect.twig.extension service using deprecated service, i have change your repository on my local. Here's the change :
`
%mobile_detect.redirect%
`
into
`
%mobile_detect.redirect%
`
Please update your config or change your minimum dependencies.
Since this bundle depends on FrameworkBundle 2.4 or higher making use of the request stack instead of injecting the request service looks like a reasonable solution to me.
Dear Admin,
Today i found some bug on your repository when i'm update my dependencies on symfony 2.8. Your argument on mobile_detect.twig.extension service using deprecated service, i have change your repository on my local. Here's the change : `
`
into
`
`
Please update your config or change your minimum dependencies.