php-enqueue/enqueue-dev

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

jafaripur opened this issue · 8 comments

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

PR is welcome

any update on this?

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

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.

@makasim I opened PR #1320 to this repo

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