Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support league/glide:^3 #18

Open
heddn opened this issue Apr 12, 2024 · 8 comments
Open

Support league/glide:^3 #18

heddn opened this issue Apr 12, 2024 · 8 comments

Comments

@heddn
Copy link

heddn commented Apr 12, 2024

thephpleague/glide#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.

@0xxb
Copy link

0xxb commented May 15, 2024

same.

@pau1phi11ips
Copy link

Same

@redalpha01
Copy link

redalpha01 commented May 30, 2024

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/

@phknot
Copy link

phknot commented Jul 5, 2024

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

@PimMeulenkamp
Copy link

same

@C2H6-383
Copy link

any updates?

@DanielSpravtsev
Copy link

@reinink Oh god please let's update deps

@tgalopin
Copy link
Member

I opened #19, can you try locally and confirm it works as expected?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants