Support league/glide:^3
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.
same.
Same
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/
Would be nice to have this, as we now have to use kinda dangerous composer alias to get some functionality.
same
any updates?