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

Is not compatible with php8.2? #1336

Open ajung2 opened 6 months ago

ajung2 commented 6 months ago

Hello,

will be this library compatible with php8.2 in the future?

`app@4e2a10a84927:~/html$ composer require enqueue/amqp-ext Cannot use enqueue/amqp-ext's latest version 0.10.20 as it requires ext-amqp ^1.9.3|^2.0.0 which is missing from your platform.

In PackageDiscoveryTrait.php line 317:

Package enqueue/amqp-ext has requirements incompatible with your PHP version, PHP extensions and Composer version:

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...]

app@4e2a10a84927:html$ php -v PHP 8.2.2 (cli) (built: Feb 4 2023 18:43:23) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.2, Copyright (c) Zend Technologies with Zend OPcache v8.2.2, Copyright (c), by Zend Technologies with Xdebug v3.2.0, Copyright (c) 2002-2022, by Derick Rethans with blackfire v1.86.3linux-x64-non_zts82, https://blackfire.io, by Blackfire app@4e2a10a84927:/html$ `