-
Notifications
You must be signed in to change notification settings - Fork 55
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
Composer dependencies issues #41
Comments
Having the exact same issue |
Looking into this, can you tell me how to reproduce this? I don't have a problem when doing:
|
Sure thing @mpociot !
The
And applying my "duct tape" solution from the main post like so:
At least makes everything install properly, but it's horribly outdated. |
I'm also having this issue. The above "fixes" don't work.
|
I'm seeing the exact same thing as @danielfaulknor :/ Related thread: botman/botman#909 |
This looks like it's working for me as a required list for composer.json
I can at least run the laravel server without errors.. havent gotten as far as actually setting up the driver. |
I spoke to @mpociot after his talk at LaraconEU and told him that I had some issues with the composer dependencies. After manually messing with them, I did get the driver to work perfectly. But not a very clean out-of-the-box experience, but perfect if you like dependency puzzles :-)
What I ended up with is this working combination:
Maybe you could look into updated everything, so manually downgrading would not be needed anymore.
The text was updated successfully, but these errors were encountered: