Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doctrine/dbal:3.* dependency issue #1260

Open
galiganu opened this issue Jun 24, 2022 · 1 comment
Open

doctrine/dbal:3.* dependency issue #1260

galiganu opened this issue Jun 24, 2022 · 1 comment

Comments

@galiganu
Copy link

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

@floriankraemer
Copy link

floriankraemer commented Jan 24, 2023

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].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants