You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: