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

Support intervention/image:^3 #393

Closed heddn closed 4 months ago

heddn commented 4 months ago

The first version of 3.x was released on Dec 8, 2023. We would work on a plan to support the newer version.

ADmad commented 4 months ago

https://github.com/thephpleague/glide/releases/tag/3.0.0-beta1

heddn commented 4 months ago

https://github.com/thephpleague/glide/blob/master/composer.json#L30 and composer says that isn't the case. we still need ^2.7. 😕

Art4 commented 4 months ago

https://github.com/thephpleague/glide/blob/master/composer.json#L30 and composer says that isn't the case. we still need ^2.7. 😕

See the 3.x branch: https://github.com/thephpleague/glide/blob/3.x/composer.json#L30

For installation please use the 3.0.0-beta1 release: composer require league/glide:3.0.0-beta1

heddn commented 4 months ago

OK, I think I need to head over to https://github.com/thephpleague/glide-symfony then, because it doesn't support the 3.x branch.

  Problem 1
    - league/glide-symfony[2.0.0, ..., 2.0.1] require league/glide ^2.0 -> found league/glide[2.0.0, ..., 2.3.0] but it conflicts with your root composer.json require (^3.0@beta).
    - Root composer.json requires league/glide-symfony ^2.0 -> satisfiable by league/glide-symfony[2.0.0, 2.0.1].

And https://github.com/thephpleague/glide-laravel/ is even worse/outdated.