2.1.0 (2023-02-07) - PHP 8.2 compatibility

This commit is contained in:
Daniel Mason 2023-02-07 02:19:09 +00:00
parent ef82313d4e
commit 3c7e20e364
11 changed files with 200 additions and 15 deletions

View file

@ -8,8 +8,8 @@
# Install pcntl and redis extentions
pecl install -o -f redis \
&& rm -rf /tmp/pear \
&& docker-php-ext-enable redis
&& rm -rf /tmp/pear \
&& docker-php-ext-enable redis
docker-php-ext-install pcntl
# Install Composer