I am updating an old Symfony 3 application to 4 (and hopefully to the next versions, too). I am checking the deprecations and I get the following:
User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.
I am using the fosuserbundle in version ~2.0@dev, I think this is related to this bundle? my very first question is, how do I identify which bundle is affected? Does anybody has already got this deprecation? Any ideas how to fix?
BR,Andreas