ably / laravel-broadcaster

Official Laravel Ably Broadcaster
https://laravel.com/docs/broadcasting
Apache License 2.0
47 stars 7 forks source link

Laravel 10 compatibility #24

Closed koossaayy closed 1 year ago

koossaayy commented 1 year ago

Installing will result this error using Laravel 10

composer require ably/laravel-broadcaster
Info from https://repo.packagist.org: #StandWithUkraine
Using version ^1.0 for ably/laravel-broadcaster
./composer.json has been updated
Running composer update ably/laravel-broadcaster
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires ably/laravel-broadcaster ^1.0 -> satisfiable by ably/laravel-broadcaster[v1.0.0, v1.0.1, v1.0.2].
    - ably/laravel-broadcaster[v1.0.0, ..., v1.0.2] require illuminate/support ^6.0 || ^7.0 || ^8.0 || ^9.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require ably/laravel-broadcaster:*" to figure out if any version is installable, or "composer require ably/laravel-broadcaster:^2.1" if you know which you need.
sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3366

AndyTWF commented 1 year ago

Hi @koossaayy,

Thank you for raising this issue and the accompanying pull request! We've now merged this for you :)