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

Laravel 5.6 incompatibility with symfony/event-dispatcher #71

Closed
mastrip2 opened this issue May 21, 2018 · 6 comments
Closed

Laravel 5.6 incompatibility with symfony/event-dispatcher #71

mastrip2 opened this issue May 21, 2018 · 6 comments
Assignees

Comments

@mastrip2
Copy link

When installing ringcentral to a fresh install of laravel 5.6 you get a error message telling you it cant because it requires symfony/event-dispatcher ^2.7|^3.3.2. Laravel currently uses symfony/event-dispatcher 4.0.10. Is it possible to bring support up for this version? #19

@kirill-konshin
Copy link
Contributor

PR is welcome :)

@shopapps
Copy link

shopapps commented Oct 3, 2018

I'm also seeing this error when trying to update a project to Laravel 5.7

Not sure how to create a PR but is it as simple as adjusted line 39 of composer.json to read:

"symfony/event-dispatcher": "^2.7|^3.3.2|^4.0",

(excuse my ignorance if the above is totally incorrect) :-)

@mastrip2
Copy link
Author

mastrip2 commented Oct 3, 2018

I believe so. Report back if it works without any issues.

@shopapps
Copy link

shopapps commented Oct 4, 2018

I forked the project edited the file and all installed ok. 👍

@kirill-konshin
Copy link
Contributor

Make a PR please

@shopapps
Copy link

shopapps commented Oct 4, 2018

will google how to do that later if i get time (git newbie) :-)

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

4 participants