Description:
I just upgraded to Bref v3 to test and encountered this issue when trying to upgrade.
Probably is my fault, sorry!!
How to reproduce:
Use this Docker dev image and run the following command
composer require bref/bref bref/extra-php-extensions bref/secrets-loader bref/sentry-integration bref/symfony-bridge bref/symfony-messenger
FROM bref/php-83-dev
COPY --from=bref/extra-gd-php-83 /opt /opt
COPY --from=bref/extra-ssh2-php-83 /opt /opt
ENV BREF_RUNTIME=fpm
# Install unzip and git (required by composer)
RUN dnf install -y unzip git
# Install wkhtmltox 0.12.3 deps
RUN dnf install -y libXrender libXext fontconfig
WORKDIR /var/task
Thanks for all the awesome work done with Bref 💯
Description:
I just upgraded to Bref v3 to test and encountered this issue when trying to upgrade.
Probably is my fault, sorry!!
How to reproduce:
Use this Docker dev image and run the following command
composer require bref/bref bref/extra-php-extensions bref/secrets-loader bref/sentry-integration bref/symfony-bridge bref/symfony-messengerThanks for all the awesome work done with Bref 💯