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

php-enqueue/amqp-ext not support ext-amqp 2.0 #1313

Closed jafaripur closed 9 months ago

jafaripur commented 11 months ago

amqp ext upgraded to version 2.0 and fix some error for PHP 8.2 and can not use the latest version bacause of php-enqueue/amqp-ext add requirement in composer.json "ext-amqp": "^1.9.3".

makasim commented 11 months ago

PR is welcome

jafaripur commented 11 months ago

Pull request sent

AlexOstrovsky commented 9 months ago

any update on this?

makasim commented 9 months ago

https://github.com/php-enqueue/amqp-ext/pull/2#issuecomment-1704985745

AlexOstrovsky commented 9 months ago

@makasim yeah I saw that but what is needed to get this to the main library?

makasim commented 9 months ago

A PR has to be opened in this repo (https://github.com/php-enqueue/enqueue-dev), not amqp-ext (https://github.com/php-enqueue/amqp-ext)

Once merged, it will appear in amqp-ext.

AlexOstrovsky commented 9 months ago

@makasim I opened PR #1320 to this repo

AlexOstrovsky commented 9 months ago

@makasim when sould we expect new release so we can start using this?