enqueue-dev icon indicating copy to clipboard operation
enqueue-dev copied to clipboard

doctrine/dbal:3.* dependency issue

Open galiganu opened this issue 2 years ago • 1 comments

Hi "enqueue/job-queue" and "enqueue/dbal" have different requirements for "doctrine/dbal". Following is what composer gives:

  • enqueue/job-queue 0.10.16 requires doctrine/dbal ^2.12
  • enqueue/dbal 0.10.17 requires doctrine/dbal ^2.12|^3.1

Is it possible to add support to "doctrine/dbal:^3.1" to "enqueue/job-queue"?

Thanks, galiganu

galiganu avatar Jun 24 '22 22:06 galiganu

I have the same issue.

  Problem 1
    - ecotone/pdo-event-sourcing 1.67.2 requires ecotone/dbal 1.67.2 -> satisfiable by ecotone/dbal[1.67.2].
    - ecotone/pdo-event-sourcing 1.67.1 requires ecotone/dbal 1.67.1 -> satisfiable by ecotone/dbal[1.67.1].
    - ecotone/pdo-event-sourcing 1.67.0 requires ecotone/dbal 1.67 -> satisfiable by ecotone/dbal[1.67.0].
    - ecotone/dbal[1.67.0, ..., 1.67.2] require enqueue/dbal ^0.10.17 -> satisfiable by enqueue/dbal[0.10.17].
    - enqueue/dbal 0.10.17 requires doctrine/persistence ^1.3.3|^2.0 -> found doctrine/persistence[1.3.3, ..., 1.3.8, 2.0.0, ..., 2.5.6] but the package is fixed to 3.1.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires ecotone/pdo-event-sourcing ^1.67 -> satisfiable by ecotone/pdo-event-sourcing[1.67.0, 1.67.1, 1.67.2].

floriankraemer avatar Jan 24 '23 23:01 floriankraemer