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 for laravel LTS? #6

Open
eiriarte-mendez opened this issue Sep 22, 2020 · 2 comments
Open

support for laravel LTS? #6

eiriarte-mendez opened this issue Sep 22, 2020 · 2 comments

Comments

@eiriarte-mendez
Copy link

Hey guys, im currently working on a small L6 application, to replace an old PHP app which uses jsonrpc... in order to add backward compatibility I would like to use your lib, but it requires L8 or at least L7... just seeing on the Laravel release notes page, seems to me like the guaranteed support for L6 is longer, so I would prefer to keep the version...
its possible to set the requirements of this project less rectrictive? or could you tell me which components are using L7/8 features exclusively? ...then I could create a fork and maybe make a PR here

@tabuna
Copy link
Member

tabuna commented Sep 22, 2020

Hi, I have no plans to release laravel 6 support. If the code is not very different, then downgrading is completely possible.
But I also think it won't be difficult to add it because only dispatchAfterResponse is specific.

@eiriarte-mendez
Copy link
Author

thx mate, i've forked the project and after tiny adaptions seems to be working fine...

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

No branches or pull requests

2 participants