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
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
I'm updating some dependencies in a Laravel application with a direct dependency on doctrine/dbal to ^3.1.4
Due to the current version of that package used by this package, I'm either unsure how to install this package, or it's not possible until this package uses the latest version.
➜ <project>$ composer install
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- beyondcode/laravel-websockets[2.0.0-beta.1, ..., 2.0.0-beta.29] require php ^7.2 -> your php version (8.0.10) does not satisfy that requirement.
- beyondcode/laravel-websockets[2.0.0-beta.28, ..., 2.0.0-beta.36] require doctrine/dbal ^2.9 -> found doctrine/dbal[v2.9.0, ..., 2.13.x-dev] but it conflicts with your root composer.json require (^3.1.4).
- Root composer.json requires beyondcode/laravel-websockets ~2.0.0 -> satisfiable by beyondcode/laravel-websockets[2.0.0-beta.1, ..., 2.0.0-beta.36].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
The text was updated successfully, but these errors were encountered:
I'm updating some dependencies in a Laravel application with a direct dependency on doctrine/dbal to
^3.1.4
Due to the current version of that package used by this package, I'm either unsure how to install this package, or it's not possible until this package uses the latest version.
The text was updated successfully, but these errors were encountered: