prestaconcept / PrestaImageBundle

Allow to crop local and remote image before uploading them through a classic form.
MIT License
23 stars 19 forks source link

Remove support for Symfony < 4.4 and add support for Symfony >= 5 #66

Closed J-Ben87 closed 4 years ago

J-Ben87 commented 4 years ago

The goal here is to create a new tagged version no longer compatible with older versions of Symfony and PHP. By creating a v2.0.0 tag and requiring Symfony ^4.4|^5.0 in composer.json, this should ensure people won't be able to download it if they don't match the requirements.

I know this is a lot, but the promises and the public interfaces didn't change so I think this shouldn't be a problem.

WDYT?