This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c50e246
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rennokki Any chance getting Laravel 6 support back? Considering Laravel 6 is LTS release and laravel-websockets 2.x works well with it I don't see reason to drop support.
octobercms/october is using Laravel 6 as foundation framework and I used it successfully with laravel-websockets 2.x
c50e246
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reverted it, thinking that the drop would compensate with the PHP 8.0 version, since 6.x needs ^7.2, and will be dropped soon. But I was kinda dumb, it seems like 6.x still constraints for PHP 8.0. The only thing is that the testing will work for PHP 7.3+ due to the constraints.
c50e246
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@canthis Reverted it in https://github.com/beyondcode/laravel-websockets/releases/tag/2.0.0-beta.29
c50e246
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@canthis The tag was accidentally made from the master branch, beta.30 fixes the issue. https://github.com/beyondcode/laravel-websockets/releases/tag/2.0.0-beta.30
c50e246
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huge thanks for your work @rennokki 👍