Fix amqp extension for PHP 5.2

This commit is contained in:
cytopia
2022-03-17 16:52:42 +01:00
parent 5585109fb8
commit 20c5b88e52
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ RUN set -eux \
# Installation: Version specific
# Type: PECL extension
# Default: Pecl command
&& pecl install amqp-1.4.0 \
&& pecl install amqp-1.6.1 \
# Enabling
&& docker-php-ext-enable amqp \
&& true