You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- enqueue/amqp-ext 0.10.20 requires ext-amqp ^1.9.3|^2.0.0 but it is not present.
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:
- enqueue/amqp-ext 0.10.20 requires ext-amqp ^1.9.3|^2.0.0 but it is not present.
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$ `
The text was updated successfully, but these errors were encountered: