thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.54k stars 198 forks source link

Bump intervention/image version to 3.2 #378

Closed riptin closed 6 months ago

ADmad commented 7 months ago

Simply bumping the intervention/image isn't going to be enough. Lot of code change will also be required to accommodate the API changes done in the new major version of intervention/image.

Art4 commented 7 months ago

@ADmad intervention/image v3 requires PHP ^8.1, so glide has to drop support for PHP 7.4 and 8.0 too. Are there any objections?

@riptin Here you can find the changes in the intervention/image API: https://image.intervention.io/v3/introduction/upgrade

ADmad commented 7 months ago

Are there any objections?

When can drop support for older PHP versions in a new major.