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 434 forks source link

Job Queue support for doctrine/dbal 3.3 #1254

Closed Vac1911 closed 2 years ago

Vac1911 commented 2 years ago

The package enqueue/job-queue currently does not support version 3.3 of doctrine/dbal.

While symfony/symfony doesn't require the use of dbal 3, doctrine/migrations does.

Is there any chance of supporting dbal 3? It would be greatly appreciated.

Vac1911 commented 2 years ago

closing because related pull request was merged