-
Notifications
You must be signed in to change notification settings - Fork 29
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
dependency issue #8
Comments
I will check out on the problem soon. Sorry for the late response. For the moment going: There seems to be a fork with a patched version of lightsaml. |
Same issue here, can't install it neither in laravel 5.4, 5.5, 5.6 |
Same issue. Anyone have a link to the fork with the patched version of lightsaml? |
@pushamaku i think this is it |
@vaggelis2018 Thank you for the link. I tried to install manually in vendor directory and update the autoloader files, but not sure how to actually install this package so it doesn't throw the error. Can you please share your solution if you got it to work? |
@pushamaku This is what i did but to be sure i forked it to mine repo
|
For the moment I've solved it similar to @vaggelis2018 by adding the frostieDE repo as vcs. Actually adding the VCS git repo should be enough as composer is selecting lightsaml 1.3.4 from frostieDE automatically, just tested it with a fresh laravel 5.6.3 installation. So actually this here is sufficient:
In case composer is still having problems adding the symfony4 lightsaml tag from frostieDE could help, tested it with a fresh laravel 5.5.34 installation and it worked as well. I would though not add in the lightsaml version by hand, letting composer select this automatically is way better.
Sorry but that's all I can do here, hopefully Milos is pulling in frostieDE's PR soon. |
I attempted to install this in a fresh Laravel installation (v5.5.31) and ran into a problem when installing this via composer.
From the error, it looks like lightsaml/lightsaml needs to use symfony/event-dispatcher v3.x, but Laravel is now using symfony/event-dispatcher v4.0.3 .
The text was updated successfully, but these errors were encountered: