Closed javiereguiluz closed 6 years ago
It should be fixed now. Can you confirm @javiereguiluz ?
@garak it's working, but I needed to make another change: #790
PR merged. Meanwhile, I found this in a project of mine, I suppose we should handle it as well:
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "vich_uploader.templating.helper.uploader_helper" service to "Vich\UploaderBundle\Templating\Helper\UploaderHelper" instead.
@javiereguiluz I'd like to release a Symfony4-compatible tag for this bundle, but I'm not sure about the renaming/aliasing question mentioned above. Do you know how can we fix it?
When using this bundle in a Symfony 4 app, I see this:
As you can read in https://github.com/symfony/symfony/blob/master/UPGRADE-4.0.md: