Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Laravel 10.x Compatibility #1091

Closed

Conversation

laravel-shift
Copy link

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 9.x.

Before merging, you need to:

  • Checkout the l10-compatibility branch
  • Review all comments for additional changes
  • Thoroughly test your package

If you do find an issue, please report it by commenting on this PR to help improve future automation.

@laravel-shift
Copy link
Author

⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/laravel-websockets.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "beyondcode/laravel-websockets": "dev-l10-compatibility",
    }
}

Finally, run: composer update

@what-the-diff
Copy link

what-the-diff bot commented Jan 30, 2023

  • Update PHP version from 8.0 to 8.1
  • Update Doctrine DBAL package from 2.9 to 3.5
  • Remove Guzzle PSR7 1.* and replace with 2.* (minor update)
  • 5, 6: Upgrade Laravel packages for broadcasting/console/http/queueing/routing support
    from 9.* to 10.* versions (major upgrade). This is a breaking change as the major release of laravel has changed its API in some places so we need an extra step here which will be covered later on when we run our tests locally before pushing this code up into production! We also have updated Pusher's php server library too but that should not cause any issues since it was only a minor bump in their version number anyway... :)

@laravel-shift laravel-shift deleted the l10-compatibility branch January 30, 2023 20:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant