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

Upgrade doctrine/dbal to ^3.1.4 #883

Closed
cwilby opened this issue Nov 16, 2021 · 0 comments · Fixed by #900
Closed

Upgrade doctrine/dbal to ^3.1.4 #883

cwilby opened this issue Nov 16, 2021 · 0 comments · Fixed by #900

Comments

@cwilby
Copy link

cwilby commented Nov 16, 2021

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.
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 a pull request may close this issue.

1 participant