dustin10 / VichUploaderBundle

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.83k stars 519 forks source link

Deprecation notice in `CacheWarmer::warmUp()` with Symfony 6.4 #1415

Closed kaznovac closed 9 months ago

kaznovac commented 9 months ago
The "Vich\UploaderBundle\Metadata\CacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
garak commented 9 months ago

Duplicated of #1407