glide-symfony icon indicating copy to clipboard operation
glide-symfony copied to clipboard

Support league/glide:^3

Open heddn opened this issue 2 years ago • 10 comments

https://github.com/thephpleague/glide/issues/393 has some of the history here. Basically, I'd like to support glide w/ Laravel. Which we can do with this symfony project. But only if it supports v3 of the upstream project.

heddn avatar Apr 12 '24 21:04 heddn

same.

0xxb avatar May 15 '24 02:05 0xxb

Same

pau1phi11ips avatar May 29 '24 17:05 pau1phi11ips

Edit: My own suggestion suggests an easier solution. Using an inline alias, you can just add "league/glide": "3.x-dev as 2.3.0" to your require to fix potential issues (assuming the underlying code has the same signature)


Unless you're trying to install something that requires this package, I would recommend just integrating it's code directly into your code as it is just a single ServiceProvider and I imagine that this package will at the very least not be updated until glide 3.0 is out officially if not longer. Otherwise, you could fork it, change the reqs, and require it with your custom repo (no need to publish on packagist if it's only for yourself).

https://www.laurencegellert.com/2017/12/how-to-override-a-composer-dependency-so-it-pulls-from-your-branch/

redalpha01 avatar May 30 '24 14:05 redalpha01

Would be nice to have this, as we now have to use kinda dangerous composer alias to get some functionality.

phknot avatar Jul 05 '24 09:07 phknot

same

PimMeulenkamp avatar Jul 05 '24 12:07 PimMeulenkamp

any updates?

C2H6-383 avatar Aug 21 '24 19:08 C2H6-383