server icon indicating copy to clipboard operation
server copied to clipboard

support for laravel LTS?

Open eiriarte-mendez opened this issue 4 years ago • 2 comments

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

eiriarte-mendez avatar Sep 22 '20 06:09 eiriarte-mendez

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.

tabuna avatar Sep 22 '20 13:09 tabuna

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

eiriarte-mendez avatar Sep 22 '20 18:09 eiriarte-mendez