php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.17k stars 430 forks source link

doctrine/dbal:3.* dependency issue #1260

Open galiganu opened 2 years ago

galiganu commented 2 years ago

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

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

Thanks, galiganu

floriankraemer commented 1 year ago

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