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

Support for Symfony 7 #1413

Closed oliveradria closed 8 months ago

oliveradria commented 9 months ago

Feature Request

Q A
New Feature yes

Summary

Symfony 7.0.0 with minimum PHP 8.2 has been released. It would be great to see VichUploaderBundle installable in a Symfony 7 setup.

RobinDev commented 9 months ago

VichUploader bundle rely on Gauffrette wich is not actively maintained https://github.com/KnpLabs/KnpGaufretteBundle/pulls

RobinDev commented 9 months ago

And CacheWarmer::warmUp must be updated (but should we use the new argument added in sf7 ?)

jcglombard commented 9 months ago

VichUploader bundle rely on Gauffrette wich is not actively maintained https://github.com/KnpLabs/KnpGaufretteBundle/pulls

You can easily switch to league/flysystem-bundle which is actively maintained ;-)

samir-ah commented 9 months ago

I think it would be simpler if you dropped support for Gaufrette in the next major version

garak commented 9 months ago

This PR is meant for the next minor version, so dropping Gaufrette won't help here

shambhu384 commented 8 months ago

Waiting for release thank you @garak